@import url('https://fonts.cdnfonts.com/css/interface-trial');


@font-face {
    font-family: 'Futura CondLight';
    src: url('../Content/FuturaStd-CondensedLight.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'Futura CondMedium';
    src: url('../Content/FuturaStd-CondensedMedium.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'Futura CondBold';
    src: url('../Content/FuturaStd-CondensedBold.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futurabt-boldcondensed';
    src: url('futuraboldcondensedbt/futurabt-boldcondensed.woff') format('woff');
}
@font-face {
    font-family: 'futurabt-boldcondensed';
    src: url('futuraboldcondensedbt/futurabt-boldcondensed.woff2') format('woff2');
}
:root{
    --renk: #002855;
}

body {
    font-family: 'Futura BdCn BT';
    overflow-x: hidden;
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.bmksNav {
    height: 70px;
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
}

.bmksSearchandWorld{
    position: absolute;
    align-items: center;
    gap: 25px;
    right: 0;
    display: flex;
}

.altNav{
    width: 100%;
}


.bmksSearchandWorld input{
    background-color: #05172c;
    border: 0;
    width: 300px;
    padding: 10px 20px;
    color: white;
    border-radius: 40px;
    
}

.bmksSearchandWorld input:focus{
    outline: 2px solid rgba(255, 255, 255, 0.100);
}

.bmksSearchandWorld input::placeholder{
    color: white;
    opacity: .5;
    font-weight: lighter;
}

.bx-world{
    color: white;
}



.world path{
    fill: white;
    

}

.adresBgContact{
    padding: 50px;
    background: white;
}

    .adresBgContact b {
        font-weight: 400;
        color: var(--renk);
        font-size: 26px;
        
       
    }

    .adresBgContact p{
        color: gray;
        font-size: 19px;
       
        font-weight: 300;
    }

    .contactBykBaslk {
        font-size: 40px;
        color: var(--renk);
        font-weight: 300;
    }

.iletisimUstYazi {
    text-align: center;
    margin-bottom: 51px;
    font-size: 20px;
    line-height: 2;
    color: #4e4e4e;
    font-weight: 500;
}

.bmksForm label {
    margin-bottom: 6.5px;
    color: gray;
}

.bmksForm input {
    width: 100%;
    background: #f5f6f8;
    border: 1px solid #ebecee;
    padding: 12px 6px;
    border-radius: 6px;
    outline: none;
}

.bmksForm textarea {
    width: 100%;
    background: #f5f6f8;
    border: 1px solid #ebecee;
    padding: 12px 6px;
    height: 12rem;
    border-radius: 6px;
    outline: none;
}

.bmksForm div{
    width: 100%;
}

.bmksForm {
    width: 100%;
}

.bmksForm input{
    width: 100%;
    
}

.bimeksLogoSvg {
    width:40%;
}

.bx-search-alt-2{
    position: absolute;
    right: 1rem;
    font-size: 22px;
    color: white;
}


.rodasteel-corp {
    color: white;
    opacity: .5;
    font-size: 20px;
    display: flex;
    font-weight: lighter;
    height: 100%;
    align-items: center;
    position: relative;
}

.rodasteel-corp::before{
    left: -1rem;
    height: 40px;
    width: 1px;
    background-color: white;
    content: "";
    opacity: .5;
    position: absolute;
}

.altNav ul {
    display: flex;
    padding-left:0;
    margin-bottom:0;
}

.sektrOklr{
    position:absolute;
    right: 0;
    top: 0;
}

.altNav ul li .bx.bx-chevron-right {
    position: absolute;
    right: 13px;
}
.altNav ul li {
    list-style: none;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 0 10px;
    transition: .15s;
}



.leftMenuUl li.active{
    background: rgb(230, 230, 230);

}

.eslesenDivler{
    animation: opacity .35s;
    display: none;
}

.bmksAbout{
    background-image: url(../img/about.jpg);
    height: 300px;
    width: 100%;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    display: flex;
    justify-content: center;
}


.aboutSayfaHover{
    transition: .25s;
    cursor: pointer;
}



.aboutSayfaHover:hover{
    transform: translateY(-10px);
}

.aboutSag p{
    color: rgb(85, 85, 85);
    font-weight: 300;
    font-size: 20px;
}

.aboutSayfaLink {
    color: var(--renk);
    text-decoration: none;
    font-size: 19px;
    background: #f3f3f3;
    display: block;
    padding: 14px;
    height: 100%;
}

.aboutSayfaLink svg{
    margin-left: 10px;
}



.aboutSayfaImgBefore{
    position: relative;
    margin-bottom: 8px;

}

.aboutSayfaHover:hover .aboutSayfaImgBefore::before{
    opacity: 1;
}

.aboutSayfaHover svg{
    transition: .3s;
}

.aboutSayfaHover:hover svg{
    transform: translateX(6px)
}

.aboutSayfaImgBefore::before{
    transition: .25s;
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.456);
    content: "";

}

.aboutSayfalarImg{
    height: 12rem;
}

.sektors .leftCizgi::before{
    background: white;
}

.sektors .leftCizgi{
    color: white !important;
}

.textContnSektr{
    width: 70%;
}


.textContnSektr.krm {
    width: 90%;
}


.sektorcontent h2 {
    font-size: 38px;
    color: var(--renk);
    margin-bottom: 23px;
}

.sektorImgArka {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 70%, rgba(235, 235, 235, 1) 70%, rgba(235, 235, 235, 1) 100%);
    margin-top: 5rem;
}

.sektorImgArka2 {
    background: linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 70%, var(--renk) 70%, var(--renk) 100%);
    margin-top: 5rem;
}

.certsKutu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
}

.certsKutu img{
    padding: 1rem;
    height: auto;
    width: 40%;
}

.certs span{
    font-size: 30px;
    color: var(--renk);
}

.certs p{
    color: gray;
    font-size: 24px;
    font-weight: 300;
    margin-top: 10px;
}

.aboutSayfaYazi{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: gray;

}

.aboutSayfaBaslik {
    font-size: 22px;
    font-weight: 400;
}

.aboutSol p{
    font-size: 35px;
    color: var(--renk);
    font-weight: 500;

}

.aboutBaslik {
    width: 850px;
    background: #ffffffc2;
    position: absolute;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 2rem 0;
    bottom: 0;
}

.aboutBaslik p{
    color: gray;
    font-size: 22px;
    font-weight: 300;
}

.aboutBaslik span{
    font-size: 40px;
    color: var(--renk);
    font-weight: 300;
}

.bmksAbout::before{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(255, 255, 255, 0.777);
}

.eslesenDivler:first-child{
    display: block;
}

.acilanUlLi li {
    padding: 8px !important;
}


.acilanUlLi {
    display: flex;
    flex-direction: column !important;
    align-items: start !important;
    gap: 0px !important;
    padding-left: 0.5rem !important;
    min-height: 10rem !important;
    padding-bottom: 1.4rem;
}

.acilanUlLi li{
    font-size:15px !important;
}


.altNav .bx-chevron-down{
    position: relative;
    margin-left: 5px;
}

.tumUrunlerBtn{
    position: absolute;
    right: 3rem;
    bottom: 2rem;
    text-decoration: none;

    color: white;
    display: block;
    background: var(--renk);
    width: max-content;
    text-decoration: none;
    padding: 6px 40px;
    font-weight: 400;
    font-size: 16px !important;
    border-radius: 20px;
    margin-top: 35px;
    border: 2px solid transparent;
    transition: .25s;
}

    .tumUrunlerBtn.tknkKSD{
        margin-top: 15px !important;
    }

    .tumUrunlerBtn.dgsa {
        padding: 2px 40px !important;
    }

    .tumUrunlerBtn.dgsa:hover {
        padding: 2px 48px !important;
    }

    .tumUrunlerBtn:hover {
        padding: 6px 48px !important;
    }

.banner{
    background: black;
    height: 85vh;
    overflow: hidden;
    position: relative;
}

.leftSideMen{
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
    flex-direction: column;

}

.ustKutu{
    height: 240px;
    width: 240px;
    background: rgba(255, 255, 255, 0.400);
    position: absolute;
    z-index: 2;
    right: 0;
}


.altKutu span{
    font-size: 20px;
    line-height: 1;
}

.ikiHizmet {
    position: absolute;
    bottom: 1rem;
    color: white;
}

.altKutu{
    transition: .35s;
    cursor: pointer;
}

.altKutu:hover{
    transform: translateY(7px);
}

.ikiHizmet svg {
    margin-left: 10px;
    transition: .35s;
    width: 20px;
    height: 20px;
    position: relative;
    bottom: 2px;
}

.altKutu:hover .ikiHizmet svg {
    transform: translateX(14.5px);
}

.ikiBaslik {
    position: absolute;
    top: 1rem;
    font-size: 20px;
    color: white;
}

.sagAltKutuText{
    font-weight: 500;
    font-size: 30px !important;
}

.altKutu{
    height: 240px;
    width: 240px;
    background: #13549e;
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    color: white;
    font-weight: lighter;
    padding: 15px;
    display: flex;
    align-items: center;
}

.rightSide{
    position: relative;
}

.bannerALink{
    position: absolute;
    bottom: 0;
    color: white;
    z-index: 2;
    right: 0;
    font-size: 22px;
}

.banner::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(to right, #002855c7 20%, rgba(255, 0, 0, 0) 86%);
    z-index: 15;
}

.leftSideMen span{
    color: white;
    font-size: 40px;
    font-weight: 300;
}

.leftSideMen p{
    color: white;
    font-size: 22px;
    font-weight: lighter;
}

.banner video{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.nextLeftAbsol{
    position: absolute;
    bottom: 1.5rem;
}

.bmksNext:hover{
    background: white;
    color: var(--renk);
}

.bmksPrev:hover{
    background: white;
    color: var(--renk);

}

.bmksNext {
    
    color: white;
    border: 1px solid white;
    border-radius: 50%;
    padding: 14px;
    transition: .25s;
    font-size: 26px;
}

.bmksPrev{
    transition: .25s;

    color: white;
    border: 1px solid white;
    border-radius: 50%;
    padding: 14px;
    font-size: 26px;
}

.swiper-pagination{
    position: absolute;
    bottom: 1.5rem;
    display: flex;
    gap: 5px;
    right: 2rem;
}

.mySwiper{
    width: 100%;
}

.leftSideMen .swiper-slide {
    width: 100% !important;
}

.swiper-pagination-bullet {
    padding: 8px;

    background: #fff;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .28);
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #ffffff;
}

.ıconDs {
    display: flex;
    gap: 50px;
    margin-bottom: 25px;
}

    .ıconDs img {
        height: 135px;
        width: auto;
    }

    .leftSideMen a {
        color: white !important;
        display: block;
        background: #02bff1;
        width: max-content;
        text-decoration: none;
        padding: 6px 40px;
        font-weight: 400;
        font-size: 18px;
        border-radius: 20px;
        margin-top: 35px;
        border: 2px solid transparent;
        transition: .25s;
    }

.leftSideMen a:hover{
    padding: 6px 48px !important;
}

.urunphoto {
    object-fit: cover;
    height: 32rem !important;
    margin-top: 10rem;
}


.dropdownAc{
    position: relative;
}

.dropdownAc::before{
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 20px;
    background: transparent;
    content: "";
}

.dropdownUrunAc{
    position: relative;
}

.dropdownUrunAc:hover .urunDropdown{
    display: block;
}

#nav{
    transition: .2s;
}

.leftCizgi{
    position: relative;
    padding-left: 75px;
}

.leftCizgi::before{
    left: 0px;
    width: 60px;
    height: 1px;
    background: var(--renk);
    content: "";
    position: absolute;
    top: 19px;
}

.urunDropdown {
    position: absolute;
    top: 60px;
    width: 1000px;
    height: max-content;
    left: 0;
    animation: opacity .25s;
    display: none;
}

.colDort{
    background: white;
    padding: 5px;

}

.colSekiz{
    background: rgb(240, 240, 240);
}

.leftMenuUl {
    display: flex;
    flex-direction: column;
    align-items: start !important;
    font-weight: lighter;
    gap: 0px !important;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}

    .leftMenuUl li {
        font-weight: lighter;
        padding: 5px 10px !important;
    }

.acilanUlLi li a{
    justify-content: start !important;
}


.hbrdTSa{
    display: flex;
    flex-direction: column;
}

    .hbrdTSa p{
        color: white !important;
        position: relative;
    }

    .scrollUp {
        position: fixed;
        right: 1rem;
        bottom: 1rem;
        z-index: 999;
        cursor: pointer;
        transform: translateY(10rem);
        transition: .3s;
    }


    .scrollUp i {
        font-size: 39px;
        background: var(--renk);
        color: white;
        border-radius: 50%;
    }

li.yaziyaKaydir.active {
    color: var(--renk);
}

.urunDropdownBg{
    width: 100%;
    height: 100px;
    background: blue;
}

.leftMenuUl li a {
   justify-content: start !important;
   font-size: 15px !important;
}

.altNav ul li a {
    color: #fff;
    width: 100%;
    display:inline-block;
}
    .dropdown ul{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: start;
    padding: 0;
    margin: 0;
}

.dropdown ul li{
    padding: 6px 14px;
}

a {
    text-decoration: none;
}

    .dropdown ul li a{
        color: var(--renk);
        text-decoration: none;
    }
        .dropdownAc:hover .dropdown{
    display: block;
}

.dropdown{
    position: absolute;
    left: 0;
    box-shadow: rgba(0, 0, 0, 0.123) 0px 5px 15px;
    top: 60px;
    width: max-content;
    height: max-content;
    padding: 23px;
    background: white;
    display: none;
    animation: opacity .30s;
}


@keyframes opacity{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

footer {
  
  
    background: var(--renk);
}

.footerLogoName {
    color: white;
    font-size: 50px;
}




.footerText {
    color: white;
    font-size: 16px;
    margin-top: 7px;
    width: 300px;
    position: relative;
    left: -8px;
}


.bfriFooter ul li {
    text-align: center;
    display: block;
    border-bottom: 1px solid #ffffff45;
    padding-bottom: 5px;
}

.footerTtr {
    height: 30px;
    position: absolute;
    right: 0;
    top: -3px;
}

.footerAbslt {
    background: white;
    /* position: absolute; */
    bottom: 2rem;
    width: 100%;
    padding: 7px 0;
}

footer ul li:hover {
    text-decoration: underline;
    cursor: pointer;
}

.kvkkText {
    color: var(--renk);
    margin-left: 20px;
}

.copyright {
    color: var(--renk);
    position: relative;
}

.bfriFooter {
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.flexfooterMbFl{
    display: flex;
    justify-content: end;
    align-items: center;
}

.bfriFooter svg {
    height: 53px !important;
    position: relative;
    left: -31px;
}


li{
    list-style: none;

}

.ftrBm {
    background: #6491c3;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

    .ftrBm a {
        color: white;
        font-weight: 600;
        font-size: 23px;
    }

.teknikBg a {
    display: flex;
    width: 100%;
    color: var(--renk);
    position: absolute;
    bottom: 0.5rem;
}


    .topbf::before {
        top: 13px;
    }

.hızlrnk{
    font-size: 23px;
    color: var(--renk);
    font-weight: 300;
}

.hızlrnk.tarih{
    font-size: 16.5px;
    margin-top: 13px;
    color: rgb(58, 58, 58);

    display: block;

}

.productBaslik{
    font-size: 20px !important;
    font-weight: 300;
}


.productBaslik span{
    font-weight: 500;
    font-size: 60px !important;

}

.socials {
    color: white;
    display: flex;
    gap: 30px;
    font-size: 24.5px;
   
}

    .socials a{
        color: white;
        text-decoration: none;
    }


    /*
.bfriFooter::before {
    position: absolute;
    top: -4rem;
    width: 100%;
    height: 1px;
    content: "";
    background: #ffffff3b;
}
 */
footer ul {
    font-size: 17px;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

footer ul li a{
    color: white;
    text-decoration: none;
}
    .anasayfaUrunKutu{
    height: max-content;
    background-color: red;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    padding: 30px;
}



.kutuAltUrun{
    color: white;
    display: flex;
    gap: 10px;
    width:100%;
}

.certsKutu .sdw {
    padding: 1rem;
    height: auto;
    width: 40%;
}

.certsKutu .sdw img{
    width: 100%;
    padding: 0rem;
}
    .kutuAltUrun span {
        background: rgba(197, 197, 197, 0.39);
        padding: 9px;
        width: auto;
        display: flex;
    }

    .kutuAltUrun span a{
        color: white;
        cursor: pointer;
    }
        .urunArrow{
    background: #02bff1;
    width: max-content;
    color: white;
    padding: 6px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    margin-top: 30px;
    transition: .3s;
    cursor: pointer;
}

.bimeksHaberBaslk {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 12px;
    display: block;
    color: var(--renk);
}

.urunArrow:hover{
    width: 60px;
}

.anasayfaUrunKutu b{
    color: white;
    font-weight: 300;
    font-size: 28px;
}

.anasayfaUrunKutu::before{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.600);
    content: "";
    transition: .25s;
}

.anasayfaUrunKutu:hover::before{
    background: rgba(0, 0, 0, 0.800);

}

.rightSideTopPos .anasayfaUrunKutuTop {
    position: relative;
    top: 50px;
}

.urunStıckyB{
    position: sticky;
    top: 180px;
}

.anasayfaUrunKutuTop{
    margin-top: 20px;
}

.navigatorBtn {
    background-color: #02bff1;
    color: white !important;
    font-size: 18.5px !important;
    padding: 0 32px !important;
    font-weight: 500 !important;
}

.navigatorBtn:hover{
    padding: 0 40px !important;
    background-color: #02bff1 !important;


}

.footerForm{
    background: rgb(35, 53, 107);
    overflow: hidden;
    padding: 5.5rem 0 !important;
}

.urunDropImg img{
    height: 165px;
    width: 300px;
    margin-bottom: 9px;
}


.ftText1{
    color: white;
    font-size: 70px;
}

.footerForma{
    display: flex;
    flex-direction: column;
    gap: 20px;
    
}

.footerForma{
    padding: 30px;
    border-radius: 15px;
}

.footerForma button{
    background-color: var(--renk);
    color: white;
    border: 0;
    padding: 10px 0px;
    border-radius: 10px;
    transition: .3s;
}

.footerForma button:hover{
    padding-left: 3rem;
}

.footerForma input:Focus{
    border-bottom: 3px solid rgb(255, 255, 255);

}

.footerForma textarea:Focus{
    border-bottom: 3px solid rgb(255, 255, 255);

}

.footerForma input{
    border: 0;
    transition: .2s;
    outline: none;
    background-color: transparent;
    border-bottom: 3px solid rgba(255, 255, 255, 0.235);
    padding: 10px;
    color: white;
}


.footerForma textarea::placeholder{
    color: white;
    font-weight: 300;
}

.footerIGecnTerx{
    color: white;
    opacity: .7;
    font-size: 19px;
    font-weight: 300;
    margin-top: 19px;
    width: 85%;
}

.footerIGecnTerx2{
    color: white;
    font-size: 19px;
    font-weight: 400;
    margin-top: 5px;
    width: 85%;
}

.footerIGecnTerx2 span{
    opacity: 0.7;
    font-weight: 300;

}

.hakAltiIsOrtaklari{
    gap: 6%;
    overflow: hidden;
}

.hakAltiIsOrtaklari img{
    width: 20%;
}

.footerForma textarea{
    border: 0;
    outline: none;
    transition: .2s;
    background-color: transparent;
    border-bottom: 3px solid rgba(255, 255, 255, 0.235);
    padding: 10px;
    height: 11rem;
    color: white;
    resize: none;
}

.ansFotMailIcn{
    position: absolute;
    font-size: 37rem;
    z-index: 0;
    opacity: .10;
    transform: rotate(-15deg);
    top: -10rem;
    
}

.footerForma input::placeholder{
    color: white;
    font-weight: 300;
}

.ftText2{
    color: white;
    font-size: 35px;
    position: relative;
    padding-left: 160px;
}

.ftText2::before{
    height: 2.5px;
    width: 143px;
    background-color: white;
    position: absolute;
    left: 0;
    content: "";
    top: 26.5px;
}

.footerRightBeforeD::before{
    background: linear-gradient(to left, rgb(53, 73, 139) 20%, rgba(255, 0, 0, 0) 86%);
    position: absolute;
    right: 0;
    content: "";
    top: 0;
    height: 100%;

    width: 100%;
}


.breadCrumb {
    padding: 20px 0;
}

.crumbFlex {
    display: flex;
    gap: 13px;
}

.breadCrumb span {
    color: var(--renk);
    font-weight: 300;
}
    .breadCrumb span a {
    color: var(--renk);
    font-weight: 300;
}


.bannerKutuk {
    width: 900px;
    height: 200px;
    background: #ffffffc9;
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 3rem;
}

.colK.bannerKutuk {
    width: 100%;
    position: relative;
    display: flex;
    
}

.enSnhBls{
    font-size: 32px;
    color: var(--renk);
    font-weight: 400;
    margin-bottom: 10px;
}

.hbrContentCLr p {
    color: #525252;
    font-weight: 300;
}

.hbrDetayREsmA {
    height: 35rem;
}

.ıcIcerık p {
    color: #434343;
    font-weight: 300 !important;
}

.bannerKutuk b {
    font-size: 40px;
    font-weight: 400;
    color: var(--renk);
}
    .bannerKutuk p{
        font-size: 20px;
        opacity: .90;
        text-align: center;
        font-weight: 300;
        margin-top: 6px;
    }

.urunDtyKs b {
    font-size: 18px;
    font-weight: 500;
    padding: 13px 5px;
    display: block;
    color: var(--renk);
    
}

.icBanner {
    background-position: center !important;
    background-size: cover !important;
    height: 23rem;
    width: 96%;
    margin: 0 auto;
    display: flex;
    position: relative;
    justify-content: center;
   
}


    .icBanner.icUrunD::before {
        display: none;
    }

    .icBanner.rfnsK::before {
        display: none;
    }


.icBanner.icUrunD{
    height: 14rem;
    align-items: center;
}

            .icBanner.icUrunD  b{
                color: white;
                font-size: 3rem;
                font-weight: 400;
                position: relative;
                z-index:3;
            }
                .icBanner.Urun {
    height: 31rem;
    position: relative;
}

    .icBanner.Urun::before {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: #0000004a;
        content: attr(data-text);
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 4rem;
    }

.ıcrkBaslkMdls {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 8px;
}

.custom-cursor {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    z-index: 900;
    top: -40px;
    left: -40px;
    pointer-events: none;
}

.cursor__small {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: red;
    z-index: 5;
    margin: -5px 0 0 -5px;
}

.cursor__big {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #00000061;
    color: #fff;
    z-index: 1;
    opacity: 1;
    margin: -8px 0 0 -8px;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transition: all 320ms cubic-bezier(0.26, 0.01, 0.17, 1);
    -o-transition: all 320ms cubic-bezier(0.26, 0.01, 0.17, 1);
    -webkit-transition: all 320ms cubic-bezier(0.26, 0.01, 0.17, 1);
    transition: all 320ms cubic-bezier(0.26, 0.01, 0.17, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}


.nav-link span {
    font-size: 19px;
}

.urunFotoBaslikK {
    font-size: 37px;
    color: var(--renk);
}

.urnDtyTabBtn{
    padding-bottom: 5px;
}

.nav-link.active span {
    border-bottom: 2px solid #c3c3c3;
    padding-bottom: -1px;
    padding-bottom: 4px;
}


.urunTabC {
    display: flex;
    justify-content: center;
}

.urunTabSol {
    position: absolute;
    left: -30px;
    font-size: 29px;
    top: 0;
    color: var(--renk);
}

#myTabContent img {
    height: 20rem;
}

.bannerKutuk.teknik{
    height: 135px;
    background: transparent;
}

.icBanner.rfnsK::before {
    display: none !important;
}
    .urunTabSag {
    position: absolute;
    right: -30px;
    font-size: 29px;
    top: 0;
    color: var(--renk);
}

.icBanner.rfnsK {
    height: 15rem;
}

.referansKutu {
    height: 29rem;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 7px;
    overflow: hidden;
    transition: .6s;
}

    .referansKutu.urunDtyLsta{
        height: 18rem;
    }

    .pColorGary p {
        color: #2f2f2f;
        font-size: 20px;
        font-weight: 300;
    }


.referansKutu::before {
    position: absolute;
    height: 100%;
    width: 100%;
    transition: .60s;
    content: "";
    background-image: linear-gradient(180deg, rgb(255 255 255 / 43.8%), #231f20);
}

    .referansKutu:hover::before {
        background-image: linear-gradient(180deg, rgb(255 255 255 / 50.8%), #231f20);
    }

    .referansKutu:hover {
        transform: translateY(-20px);
    }

    .referansKutu img {
        width: 100%;
        position: relative;
        z-index: 2;
        padding: 0 2rem;
        padding-top: 1rem;
    }

    .referansKutuAlt {
        position: absolute;
        bottom: 1.5rem;
        z-index: 2;
        left: 1.5rem;
    }

        .referansKutuAlt b{
            font-size: 30px;
            color: white;
            margin-bottom: 6.5px;
            font-weight: 300;
        }

        .referansKutuAlt p {
            color: white;

        }
            .icBanner.rfnsK .bannerKutuk {
            bottom: 5rem;
        }
.teknikBg {
    background: #f5f6f8b0;
    padding: 30px;
    display: flex;
    flex-direction: column;
    position:relative;
    overflow: hidden;
    transition: .4s;
    height: 100%;
    border-bottom: 3px solid #e0e0e0;
}

.hakImgg {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 70%, rgba(235, 235, 235, 1) 70%, rgba(235, 235, 235, 1) 100%);
}

    .teknikBg:hover {
        background: #e7e7e7;
    }

.tknkResmOnGor{
    height: 330px;
    margin-bottom: 15px;
    width: 100%;
}

.teknikBg span {
    font-size: 25px;
    text-align: start;
    color: var(--renk);
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
}

    .tab-content > .active {
        display: block !important;
        opacity: 1 !important;
    }



.tab-content > .tab-pane {
    display: block !important;
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    /* top: 0; */
}

.aramaKutu h5{
    color: var(--renk);
    padding: 0;
    margin: 0;
}

.aramaKutu {
    border-bottom: 1px solid #dcdcdc;
    padding: 20px 0;
}

.knsD {
    color: var(--renk);
    bottom: 10px;
}

.aramaInpt {
    border: 1px solid #ebecee;
    background: #f5f6f8;
    outline: none;
    padding: 10px 17px;
    width: 23rem;
    border-radius: 27px;
    margin-top: 26px;
}


.aramaSonucc {
    font-size: 40px;
    font-weight: 300;
    color: var(--renk);
    text-align: center;
}

.pc-none{
    display: none;
}
.mobilMenu {
    display: none !important;
}


.ustKategoriGaleriResim{
    height: 20rem;
}


.altUrunler ul {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}


    .altUrunler ul li {
        background: var(--renk);
        color: white;
        cursor: pointer;
        padding: 6px 18px;
        font-size: 20px;
        font-weight: 300;
        text-align: center;
        border-radius: 15px;
        transition: .30s;
    }

    .altUrunler ul li a{
        color: white;
    }
        .altUrunler ul li:hover {
            padding: 6px 24px;
        }

.row.urunDtyKs {
    border-bottom: 1px solid #d4d4d4;
}

.teknikBg .img{
    height: 223px !important;
    width: 223px !important
}


.iletisimBasarili {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #ffffffbf;
    z-index: 99999999999999999999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: translateY(-100%);
    transition: opacity 1s;
    opacity: 0;
}

    .iletisimBasarili span {
        font-size: 40px;
        font-weight: 700;
    }

    .iletisimBasarili p {
        font-size: 20px;
        font-weight: 400;
    }

    .iletisimBasarili a {
        background: var(--renk);
        padding: 7px 20px;
        color: white;
        margin-top: 16px;
    }

.pdfIconSF svg {
    color: var(--renk);
    height: 30px;
    width: auto;
}

.emslgas p {
    font-size: 20px;
    color: gray;
}

.sektorIcon {
    padding: 6px;
    height: 150px;
}


.sektorSwp {
    background: #ffffff12;
    transition: .3s;
    cursor: pointer;
   
}

    .sektorSwp:hover {
        background: #ffffff1f;
    }


    .sektorIconBaslik {
        font-size: 21px;
        font-weight: 300;
        color: white;
        /* background: #f1f1f19c; */
        padding: 10px 20px;
    }


.sekturKutu {
    background: #f1f1f19c;
    gap: 13px;
    padding: 20px;
}


.teklifPopUp {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #00000075;
    z-index: 999999;
    display: flex;
    justify-content: center;
    transition: opacity .50s;
    align-items: center;
    transform: translateY(-100%);
    opacity: 0;
}

.teklifPopUpWid label{
    color: white;
}


.teklifPopUpWid {
    width: 30%;
    background: var(--renk);
    border-radius: 14px;
    padding: 20px;
    position: relative;
}

.teklifKpt {
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
    cursor: pointer;
    font-size: 33px;
}

.teklifPartial{
    padding: 4rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;

}


    .teklifPartial span {
        font-size: 3rem;
        color: var(--renk);
        font-weight: 300;
        text-align: center;
    }


    .teklifPartial button {
        background: violet;
    
        right: 3rem;
        bottom: 2rem;
       
        text-decoration: none;
        color: white;
        display: block;
        background: #02bff1;
        width: max-content;
        text-decoration: none;
        padding: 6px 40px;
        font-weight: 400;
        font-size: 16px !important;
        border-radius: 20px;
        margin-top: 35px;
        border: 2px solid transparent;
        transition: .25s;
    }

.sektrImgg {
    height: 28rem;
    object-fit: cover;
}

.sektorImgArka2 .sektorcontent{
    padding-left: 5rem;
}

.icBanner::before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    display: block !important;
    background: #00000069;
}

.sonDetayUl {
    padding: 0;
    position: sticky;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    top: 12rem;
    height: max-content;
    background: #f4f4f4;
    padding: 17px;
}

    .sonDetayUl li {
        color: #717171;
        cursor: pointer;
    }

    .sonDetayUl li:hover{
        color: var(--renk);
    }
        .tarihceKutu {
    height: max-content;
    width: 100%;
   
}

    .tarihceKutu span {
        -webkit-text-stroke: 1.5px var(--renk);
        color: transparent;
        font-size: 15rem;
        position:relative;
        top: 63px;
    }

.baslikCzg b {
    position: relative;
    display: block;
    width: 100%;
    font-weight: 400;
    color: var(--renk);
}

.baslikCzg{
    width: 100%;
}

    .baslikCzg b::before {
        position: absolute;

        width: 94%;
        height: 1.5px;
        content: "";
        background: var(--renk);
        left: 4rem;
        top: 11px;
    }


.dairetpc{
    position:relative;
    padding-left: 15px;
   
}

    .dairetpc::before{
        position:absolute;
        height: 4px;
        width: 4px;
        background: var(--renk);
        content: "";
        left: 0;
        top: 10px;
        border-radius: 50%;
    }

.tarihceBaslkkB {
    font-size: 38px;
    color: var(--renk);
    margin-top: 56px;
    display: block;
}

.urunDtyKs{
    transition: .25s;
}

.urunDtyKs:hover {
    background: #e5e5e5;
}

.trhArBg {
    background: var(--renk);
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
}

.trhArBg2 {
    background: white;
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
}

.trhArBg2 svg{
    color: var(--renk);
}
    .trhArBg svg{
        color: white;
    }

.hartCOl{
    height: 420px;
    overflow: hidden;
}


.hrtFsdImg{
    height: 301px;
    object-fit: cover;
}

.hartCOl iframe {
    position: relative;
    top: -60px;
}


.paketTip img {
    height: 18rem;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.paketTipBaslik {
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
}


.urunpages table
{
    width:100%;
    position:relative;
}

    .urunpages table th
    {
        background-color:#002656;
        color:#fff;
        text-align:center;
    }

    .urunpages table th, .urunpages table td {
        border: 1px solid #999;
        padding: 10px;
        position: relative;
        vertical-align: middle !important;
        z-index: 9;
    }


    .urunpages table tr td p, .urunpages table tr td span {
        font-size: 16px;
    }


.urunpages .tablo {
    overflow: hidden;
    width: 100%;
}

    .urunpages .tablo td,
    .urunpages .tablo th {
        border: 1px solid #999;
        padding: 10px;
        position: relative;
        vertical-align: middle !important;
        z-index: 9;
    }

    .urunpages .tablo p {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 0;
    }

    .urunpages .tablo th {
        background-color: #ccc;
        color: black;
        font-weight: bold;
    }


.table-hover-cells > tbody > tr > th:hover,
.table-hover-cells > tbody > tr > td:hover {
    background-color: #f5f5f5;
}

.table-hover-cells > tbody > tr > th.active:hover,
.table-hover-cells > tbody > tr > td.active:hover,
.table-hover-cells > tbody > tr.active > th:hover,
.table-hover-cells > tbody > tr.active > td:hover {
    background-color: #e8e8e8;
}

.table-hover.table-hover-cells > tbody > tr:hover > th:hover,
.table-hover.table-hover-cells > tbody > tr:hover > td:hover {
    background-color: #e8e8e8;
}

.table-hover.table-hover-cells > tbody > tr.active:hover > th:hover,
.table-hover.table-hover-cells > tbody > tr.active:hover > td:hover {
    background-color: #d8d8d8;
}


.menubg {
    background-color: #002656;
    padding: 15px 0px;
    position: relative;
    width: 100%;
}

.menualt {
    background-color: #fff;
    padding: 10px 0px;
    position: relative;
    width:100%;
}

.st0 {
    fill: #002656 !important;
}




/* submenu1 hover olduğunda submenu2 göster */
.submenu1:hover .submenu2 {
    display: block;
}

/* submenu2drop hover olduğunda submenu3 göster */
.submenu2drop:hover .submenu3 {
    display: block;
    top: 0;
    left: 100%;
}

/* Hover durumları için animasyon ve geçişler */
.submenu2,
.submenu3 {
    transition: opacity 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

    .submenu2 .submenu2drop {
        display: block;
        padding: 20px !important;
        margin:0;
    }

        .submenu2 .submenu2drop:hover {
            background-color: #001c45;
        }

    .submenu3 li {
        display: block;
        padding: 20px !important;
        margin: 0;
    }

        .submenu3 li:hover {
            background-color: #001c45;
        }


    .submenu1:hover .submenu2,
    .submenu2drop:hover .submenu3 {
        opacity: 1;
        visibility: visible;
    }

/* Menü arka planlarına ve kenarlara biraz stil */


.submenu2drop {
    list-style: none;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    padding: 0 10px;
    margin:5px 0px;
    transition: .15s;
}

/* submenu2 ayarları */
.submenu2 {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #002656;
    z-index: 1000;
    min-width: 250px;
}

/* submenu3 ayarları */
.submenu3 {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background: #002656;
    z-index: 1000;
    min-width: 250px;
}

/* submenu1 hover ile submenu2 açılır */
.submenu1:hover > .submenu2 {
    display: block;
}

/* submenu2drop hover ile submenu3 açılır */
.submenu2drop:hover > .submenu3 {
    display: block;
}

/* Hover geçişleri için akıcı efekt (isteğe bağlı) */
.submenu2,
.submenu3 {
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.submenu1:hover > .submenu2,
.submenu2drop:hover > .submenu3 {
    opacity: 1;
    visibility: visible;
}


.urunpages
{
    position:relative;
    width:100%;
    padding:50px 0px;
    margin:0;
}


.urunTitle {
    background-color: #002656;
    padding:10px 15px;
    color:#fff;
    text-align:center;
    font-size:20px;
    font-weight:400;
}


.left-menu-bar {
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #f7f7f7;
    border-radius: 3px;
}

    .left-menu-bar .left-menu-ul {
        position: relative;
        margin: 0;
        padding: 0;
    }

        .left-menu-bar .left-menu-ul .left-menu-li {
            position: relative;
            color: #333;
            font-size: 17px;
            font-weight: 400;
        }

.small, small {
    font-size: .875em;
    background-color: #fff;
    padding: 0px;
}

.link-bck
{
  padding:5px 10px;
}

.menu-txt {
    font-size: 16px;
    display: inline-block;
    font-weight: 600;
    color: #222;
    padding: 5px 10px;
}

.menu-txt-active {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    display:block;
    padding:5px 10px;
}

.menu-txt-li {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    position: relative;
    padding: 5px 10px;
}



.productTitle {
    color: white;
    background-color: pink;
    margin-top: 0;
    padding: 5px 10px;
    box-sizing: border-box;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 25px;
    margin: 10px 0;
}

/*urun css*/

.schede-download li {
    color: #002656;
}

    .schede-download li ul {
        display: none;
    }

        .schede-download li ul li ul {
            display: none;
        }

        .schede-download li ul li {
            font-size: 1em;
        }

.scheda-dettaglio {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    box-sizing: border-box;
}

    .scheda-dettaglio:nth-of-type(even) {
        background-color: #f7f7f7;
    }

.testi {
    width: calc(100% - 160px);
}


.scarica {
    width: 160px;
}

.scheda-data {
    display: flex;
}

p.scheda-dato {
    color: #002656;
    font-size: 1.2em;
}

p.desc-dato {
    color: #002656;
    margin-bottom: 0;
}

.scheda-data .data:first-child {
    margin-right: 50px;
}

.scheda-data p.scheda-lab {
    color: rgba(0, 0, 0, .75);
}

.scarica {
    padding-left: 40px;
    box-sizing: border-box;
    align-self: flex-end;
}

    .scarica a {
        display: inline-block;
        text-align: center;
        color: white;
        text-decoration: none;
        width: 100%;
        box-sizing: border-box;
        border: 1px solid #002656;
    }

        .scarica a img {
            width: 48px;
            margin: 15px 0;
        }

        .scarica a span {
            font-size: 1em;
            letter-spacing: .5px;
            background-color: #002656;
            padding: 5px 0;
            display: inline-block;
            width: 100%;
            vertical-align: middle;
            text-transform: none;
        }

            .scarica a span img {
                display: inline-block;
                width: 10px;
                margin: 0;
                margin-left: 5px;
                position: inherit;
                right: inherit;
                top: inherit;
                transform: translateY(0) rotate(0);
            }

@media screen and (max-width:650px) {
    .scheda-dettaglio {
        display: block;
    }

    .testi {
        width: 100%;
    }

    .scarica {
        width: 100%;
        padding: 0;
    }

        .scarica a {
            padding: 0;
            margin-top: 20px;
        }

            .scarica a img {
                display: none;
            }

    .scheda-data .data:first-child {
        margin-right: 10px;
    }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
    .tarihceKutu span {
            -webkit-text-stroke: 1.5px var(--renk);
            color: transparent;
            font-size: 10rem;
            position: relative;
            top: 38px;
        }


        .swiper-pagination-bullet {
            padding: 5px;
        }

        .leftSideMen span {
            color: white;
            font-size: 35px;
            font-weight: 300;
        }

        .leftSideMen p {
            color: white;
            font-size: 18px;
            font-weight: lighter;
        }

        .leftSideMen a {
            font-size: 16px;
        }

        .bmksNext {
            font-size: 20px;
        }

        .bmksPrev {
            font-size: 20px;
        }

        .ustKutu {
            height: 200px;
            width: 200px;
        }

        .altKutu {
            height: 200px;
            width: 200px;
        }

        .sagAltKutuText {
            font-weight: 500;
            font-size: 26px !important;
        }
    }



    @media (max-width: 991px) {
        .paketKBlsk{
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .trhArBg {
            margin-top: 15px;
        }

        .certsKutu .sdw {
         
            width: 50%;
        }

        .sektrOklr {
            position: inherit;
            right: 0;
            top: 0;
            display: flex;
            justify-content: center;
            padding: 19px 0;
        }

        .ıconDs img {
            height: 40px;
            width: 100px;
        }

        .baslikCzg b::before {

            width: 69%;

        }

        .tarihceKutu span {

            font-size: 10rem;

            top: 0;
        }

        .hakImgg {
            background: transparent !important;
        }

        .sektorImgArka2 .sektorcontent {
            padding-left: 1rem;
        }


        .bannerKutuk.teknik {
            height: max-content !important;
            bottom: 0 !important;
            background: transparent;
        }

        .sonDetayUl {
            margin-bottom: 34px;
        }


        .sonContents table {
            width: 100% !important;
        }



        .teklifPopUpWid {
            width: 100%;
        }


        .sektorImgArka {
            background: transparent;
            margin-top: 1rem;
        }


        .sektorImgArka2 {
            background: transparent;
            margin-top: 1rem;
        }


        .flexMbRfS {
            flex-flow: column-reverse;
        }


        .textContnSektr {
            width: 100%;
        }

        .copyright {
            text-align: center;
            flex-direction: column;
            gap: 10px;
        }

        footer ul {
            margin: 0;
            padding: 0;
        }

        .crumbFlex {
            display: flex;
            gap: 13px;
            flex-wrap: wrap;
        }

        .teknikBg span {
            font-size: 29px;
        }

        .absolTeknkDosy {
            position: static !important;
        }

        .altUrunler ul {
            padding: 0;
        }

        .tumUrunlerBtn.dgsa {
            margin-bottom: 20px;
        }

        .textCentmBs {
            text-align: center !important;
        }


        .mobilFLexCnet {
            justify-content: center !important;
        }

        .urunFotoBaslikK {
            text-align: center;
        }

        .pd-sıfır {
            padding-top: 0 !important;
        }

        .aboutSol p {
            font-size: 22px;
            color: var(--renk);
            font-weight: 500;
        }

        .tumUrunlerBtn {
            width: 100%;
            right: inherit;
            display: flex;
            justify-content: center;
            padding: 10px;
        }

        .certs {
            padding-right: 1rem !important;
        }

        .footerIGecnTerx2 {
            text-align: center;
        }

            .footerIGecnTerx2 span {
                text-align: center;
            }

        .mobilcntas {
            align-items: center;
        }

        .nextLeftAbsol {
            bottom: 0rem;
        }

        .icBanner.Urun::before {
            text-align: center !important;
        }

        #nav {
            transform: translateY(0%) !important;
        }

        .bmksSearchandWorld.mbl {
            position: static !important;
            margin-bottom: 30px;
            padding: 0 20px;
        }


        .mobilMenuBg {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
        }




        .mobilMenu {
            position: fixed;
            top: 0;
            right: 0;
            display: flex !important;
            height: 100%;
            width: 100%;
            transform: translateX(100%);
            justify-content: end;
            z-index: 999;
            transition: .35s;
        }

        .mobilMenuS ul {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .mobilMenuS {
            border-left: 1px solid #d4d4d4;
            width: 80%;
            padding-top: 130px;
            height: 100%;
            position: relative;
            z-index: 2;
            background: #f5f6f8;
        }

            .mobilMenuS ul li a {
                font-size: 20px;
                color: var(--renk);
            }

        .custom-cursor {
            display: none !important;
        }

        .nav-link.active span {
            border-bottom: 0px;
            color: black;
            font-weight: 600;
        }

        .urunTabSol {
            position: absolute;
            left: 0;
            font-size: 29px;
            top: -43px;
            color: var(--renk);
        }

        .urunTabSag {
            right: 0;
            top: -44px;
        }

        .icBanner.Urun::before {
            font-size: 3rem;
        }

        .bannerKutuk {
            width: 100%;
            height: max-content;
        }

        .mobilTopPad {
            margin-top: 20px;
        }

        .bannerKutuk {
            padding: 26px 3rem;
        }

        .icBanner {
            background-position: center !important;
            background-size: cover !important;
            height: 40rem;
            width: 96%;
            margin-top: 171px;
            margin: 0 auto;
            display: flex;
            position: relative;
            justify-content: center;
        }

        .breadCrumb {
            margin-top: 71px !important;
        }

        footer {
            padding-top: 2rem;
        }

        .bfriFooter svg {
            left: inherit;
        }

        .flexfooterMbFl {
            display: flex;
            flex-direction: column;
            align-items: center !important;
            margin: 25px 0;
            text-align: center !important;
        }

        .socials {
            justify-content: center;
            color: white;
            display: flex;
            gap: 30px;
            font-size: 24.5px;
            margin-top: 11px;
            margin-bottom: 25px;
        }

        .icBanner.icUrunD b {
            color: white;
            font-size: 1.9rem;
            font-weight: 400;
            text-align: center;
        }

        .copyright {
            text-align: center;
            padding-bottom: 2rem;
        }

        .footerTtr {
            top: inherit;
            bottom: 0;
        }

        .tumUrunlerBtn {
            right: inherit;
            margin-bottom: 15px;
        }

        .row-tersMobil {
            flex-direction: column-reverse;
        }

        .certsKutu img {
            width: 50%;
        }

        .hakAltiIsOrtaklari {
            flex-wrap: wrap;
        }

            .hakAltiIsOrtaklari img {
                width: 100%;
                padding: 0 10%;
            }

        .aboutBaslik {
            width: 100%;
            text-align: center;
        }

        .banner {
            padding-right: 1rem;
            padding-left: 1rem;
        }

        .rightSideTopPos .anasayfaUrunKutuTop {
            position: relative;
            top: 0px;
        }

        .urunStıckyB {
            position: static;
        }

        .pc-none {
            display: block;
        }

        .mobil-hamb {
            display: block;
            color: white;
            font-size: 45px;
        }

        .bmksSearchandWorld {
            right: 1rem;
        }

        .bimeksLogoSvg {
            height: inherit;
            width: 220px;
        }

        .d-mobil-none {
            display: none !important;
        }
    }


 .breadcrumb {
    background-color: transparent;
    padding: 0;
}

.breadcrumb .breadcrumb-item a {
        color: #979797;
        text-decoration: none;
        font-weight: 400;
        font-size: 17px;
    }
.breadcrumb .breadcrumb-item {
        font-weight: 500;
        font-size: 17px;
        color: #000;
    }

 .breadcrumb-item.active a {
    color: #332a31;
}

.breadcrumb-item.active a {
    font-weight: 600 !important;
}

.breadcrumb-item.active {
    font-weight: 600 !important;
}

 .breadcrumb-item + .breadcrumb-item::before {
    color: #03438f;
}

.testo {
    font-size: 13px;
    color: #333;
    line-height: 18px;
    margin: 10px 0;
    float: left;
    width: 100%;
}

.pageTitle {
    color: #003F79;
    font-size: 25px;
    line-height: 25px;
    margin: 10px 0;
}

.colonnadownload {
    font-size: 18px;
    color: #fff;
    padding: 5px 7px;
    text-transform: uppercase;
    background-color: #002656;
}
