<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --textBlack:#111010;
    --textRed:#d90a2c;
    --textWhite:#ffffff;
    --bgGrey:rgba(136,136,136,0.05);
}
.swal2-popup{
    border-radius: 0px!important;
    background-color: rgba(var(--bs-dark-rgb))!important;
}
.swal2-popup button{
    border-radius: 0px!important;
    background-color: var(--textRed)!important;
}
.swal2-title{
    color: var(--textWhite)!important;
}
.swal2-html-container{
    color: var(--textWhite)!important;
}
body{
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: var(--textBlack);
}
h1,h2,h3,h4,h5,h6{
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: var(--textBlack);
}
button{
    transition: .4s!important;
}
p{
    margin: 0;
    padding: 0;
}
ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: var(--textBlack);
}
img{
    margin: 0;
    transition: .4s;
}
figure{
    margin: 0;
}
a{
    text-decoration: none;
    color: var(--textBlack);
    transition: .4s;
}
a:hover{
    color: var(--textRed);

}
header{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;

}
header.fix{
    position: fixed;
    background-color: var(--textWhite);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.menuBtn{
    width: 40px;
    height: 30px;
    padding: 5px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-right: 20px;
    cursor: pointer;
}
.menuBtn span{
    height: 3px;
    border-radius: 5px;
    display: block;
    background-color: var(--textBlack);
    transition: .4s;
}
.menuBtn span:nth-child(1){
    width: 85%;
}
.menuBtn span:nth-child(2){
    width: 70%;
}
header nav{
    padding-left: 40px!important;
    padding-right: 40px!important;
    padding-top: 20px!important;
}
.logo{
    width: 160px;
}
.nav-link{
    color: var(--textBlack);
    padding-left: 17px!important;
    padding-right: 17px!important;
}
.nav-link small{
    display: block;
    text-align: right;
    font-size: 11px;
    line-height: 1;
}
.nav-link span{
    font-size: 15px;
    font-weight: 500;
}
.nav-link:hover{
    color: var(--textRed);
}
.teklif-al-href{
    display: inline-block;
    padding: 7px 15px;
    border-radius: 0px;
    background-color: var(--textBlack);
    color:var(--textWhite);
    font-size: 14px;
    font-weight: 500;
    z-index: 11;
    border:black;
}
.teklif-al-href:hover{
    background-color: var(--textRed);
    color: var(--textWhite);
}
.menubox{
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background-color: var(--textBlack);
    z-index: 9;
    display: none;
    opacity: 0.98;
}
.menubox.open{
    display: flex;
    align-items: center;
}
.menuBtn.active{
    z-index: 10;
}
.menuBtn.active span{
    background-color: var(--textWhite);
}
.menuBtn.active span:nth-child(2){
    width: 100%;
    transform: rotate(-42deg);
}
.menubox ul{
   display: flex;
   justify-content: space-evenly;
}
.menubox li a{
    color: var(--textWhite);
    font-size: 26px;
    font-weight: 600;
}
.menubox li a small{
    display: block;
    text-align: right;
    font-size: 15px;
}
.menulogo{
    display: block;
    width: 190px;
    margin: 0 auto;
    margin-bottom: 55px;
}
.menubox i{
    display: block;
    color: var(--textRed);
    margin-top: 45px;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
}
.menuaddress{
    padding: 25px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    background-color: var(--bgGrey);
    width: 70%;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
    justify-content: center;
}
.menuaddress p{
    color: var(--textWhite);
    opacity: 0.6;
}
.menuaddress a{
    color: var(--textWhite);
    font-size: 22px;
    display: block;
    margin-bottom: 10px;
}
.banner-v{
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.banner-v video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: scale(1.3);
}
.banner-txt{
    position: absolute;
    bottom: 150px;
    z-index: 1;
}
.banner-txt h1{
    color: var(--textWhite);
    font-weight: 400;
    font-size: 36px;
}
.banner-txt .custp{
    margin-top: 15px;
    color: var(--textWhite);
    font-weight: 100;
    font-size: 99px;
    text-shadow: rgba(0, 0, 0, 0.75) 5px 0px 10px;
    line-height: 1.1;
}
.service-body{
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: var(--bgGrey);
}
.service-item span{
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.service-item h2{
    margin-top: 10px;
    margin-bottom: 18px;
    font-weight: 600;
    font-size: 25px;

}
.service-li:nth-child(-n + 4) {
    margin-bottom: 60px;
}
.partners{
    margin-top: 150px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.partners a{
    width: 160px;
}
.partners a:hover img{
    transform: scale(1.1);
}
.projects-body{
    padding-top: 75px;
    padding-bottom: 75px;
}
.projects-item{
    position: relative;
}
.projects-item .text{
    position: relative;
    width: 100%;
    padding: 15px;
    background-color: var(--bgGrey);
}
.projects-item figure{
    overflow: hidden;
}
.projects-item:hover img{
    transform: scale(1.04);
}
.title{
    text-align: center;
    font-weight: 600;
    font-size: 34px;
    margin-bottom: 50px;
}
.sss-body{
    padding-top: 75px;
    padding-bottom: 75px;
}
.sss-body .accordion-item{
    margin-bottom: 15px;
    border:0px;
    border-radius: 0!important;
}
.sss-body .accordion-item h6{
    border:0px;
    background-color: var(--bgGrey);
    border-radius: 0!important;
    font-weight: 600;
}
.accordion-button:focus{
    box-shadow: none;
}

.accordion-button:not(.collapsed){
    box-shadow: none;
}
.home-text{
    padding-top: 75px;
    padding-bottom: 75px;
}
.home-text h1{
    font-size: 24px;
    margin-bottom: 15px;
}
.home-text p{
    margin-bottom: 15px;
}
.se-link{
    padding-top: 75px;
    padding-bottom: 75px;
}
.se-a{
    display: flex;
    justify-content: space-between;
    font-size: 17px;
    font-weight: 600;
    flex-wrap: wrap;
}
footer{
    position: relative;
    background-color: var(--textBlack);
    padding-top: 70px;
    color: var(--textWhite);
}
.bot-item h3{
    color: var(--textWhite);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    opacity: 0.5;
}
.bot-item a{
    color: var(--textWhite);

}
.bot-item ul{
    margin-top: 25px;
}
.bot-item li{
    color: var(--textWhite);
    font-size: 16px;
}
.foo-logo{
    width: 200px;
    display: block;
}
.foobot{
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    border-top: 1px solid #393939;
    padding-top: 25px;
    padding-bottom: 25px;
}
.foobot span{
    font-weight: 400;
}
.bread{
    padding-top: 200px;
    padding-bottom: 50px;
}
.bread .title{
    font-size: 24px;
    text-align: left;
    margin-bottom: 20px;
    font-weight: 600;
}
.a-btn{
    display: inline-block;
    padding: 7px 15px;
    border-radius: 5px;
    background-color: var(--textBlack);
    color: var(--textWhite);
    font-size: 14px;
    font-weight: 500;
}
.bread .a-btn{
    margin-top: 20px;
    background-color: var(--textRed);
    color: var(--textWhite);
}
.bread-ul{
    margin-top: 75px;
}
.bread-ul li{
    display: inline-block;
    position: relative;
    padding-right: 2px;
}
.bread-ul li:after{
    position: absolute;
    content: '-';
    right: 0;
    top: 0;
}
.bread-ul li:nth-last-child(1):after{
    display: none;
}
.bread-ul li a{
    display: inline-block;
    padding-right: 10px;
    font-weight: 500;
    font-size: 14px;
}
.text-body{
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: var(--bgGrey);
}
.text-item p{
    margin-bottom: 15px;
}
.text-item p:nth-last-child(1){
    margin-bottom: 0px;
}
.hiz-item{
    margin-top: 35px;
}
.hiz-item li{
    display: inline-block;
    width: 48%;
    font-weight: 600;
    margin-top: 5px;
}
.who{
    padding-top: 75px;
    padding-bottom: 75px;

}
.text-who{
    background-color: var(--bgGrey);
    padding: 50px;
}
.text-who p{
    margin-bottom: 15px;
}
.text-who p:nth-last-child(1){
    margin-bottom: 0px;
}
.text-who .title{
    margin-bottom: 10px;
    text-align: left;
    font-size: 24px;
}
.comments{
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: var(--bgGrey);
}
.comments-sli h6{
    font-weight: 600;
}
.comments-sli p{
    margin-top: 7px;
    margin-bottom: 15px;
}
.bg-white{
    background-color: var(--textWhite);
}
.blog-body{
    padding-top: 75px;
    padding-bottom: 75px;
}
.blog-text{
    background-color: var(--bgGrey);
    padding: 25px;
}
.blog-item{
    margin-bottom: 30px;
}
.blog-item figure{
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.blog-item figure a{
    margin: 0;
}
.blog-item span{
    opacity: 0.5;
    display: inline-block;
    margin-bottom: 10px;
}

.blog-item h4{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.blog-item h4 a{
    margin: 0;
}
.blog-item a{
    margin-top: 15px;
    display: inline-block;
}
.paginati{
    margin-top: 50px;
}
.paginati li{
    display: inline-block;
}
.paginati li a{
    display: flex;
    padding: 15px;
    border-radius: 5px;
}
.paginati li a.active{
    background-color: var(--textBlack);
    color: var(--textWhite);
}

.contact-body{

}

.contact-body iframe{
    width: 100%;
    height: 450px;
}
.bg-darkk{
    background-color: var(--textBlack);
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-right{
    color: var(--textWhite);
    display: flex;
    flex-direction: column;
}
.contact-right h5{
    color: var(--textWhite);
    font-weight: 600;
    margin-bottom: 25px;
}
.contact-right a{
    color: var(--textWhite);
    margin-bottom: 25px;
}
.contact-right span{
    opacity: 0.5;
}
.contact-right li{
    color: var(--textWhite);

}
.dd{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
}
.pt-200{
    padding-top: 200px;
}
.blog-detail-body{
    padding-bottom: 75px;
}
.blog-detail-body h1{
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 26px;
}
.blog-detail-body p{
    margin-bottom: 15px;
}

.blog-detail-body p:nth-last-child(1){
    margin-bottom: 0px;
}
.blog-detail-body img{
    margin-top: 15px;
    margin-bottom: 30px;
}
.custom-pagi{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.custom-pagi li{
    width: 50%;
}
.custom-pagi li a{
    display: block;
    padding: 24px;
    background-color: var(--bgGrey);
    font-weight: 600;
    font-size: 16px;
    color: var(--textWhite);
}
.custom-pagi li a small{
    display: block;
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
}
.custom-pagi li a.disablee{
    opacity: 0.5;
    cursor: no-drop;
}
.custom-pagi li:nth-child(1){
    background-color: var(--textBlack);
}
.custom-pagi li:nth-child(2){
    background-color: var(--textRed);
    text-align: right;
}
.teklif-modal-body{
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background-color: var(--textBlack);
    z-index: 9;
    opacity: 0.98;
    display: none;
    padding-top: 175px;
}
.teklif-modal-body.open{
    display: block;
}
.step{
    display: none;
}
.step.active{
    display: block;
}
.step-text{
    color: var(--textWhite);
}
.step-text span{
    display: inline-block;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 25px;
}
.step-text p{
    color: var(--textWhite);
    font-size: 20px;
}
.step-hizmet-ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.step-hizmet-ul li{
    width: 20%;
    color: var(--textWhite);
    position: relative;
    height: 184px;
    margin: 0px 10px 10px 0px;
    transition: .4s;
}
.step-hizmet-ul li input{
    position: absolute;
    bottom: 17%;
    left: 43%;
    width: 18px;
    height: 18px;
    transition: .4s;
}
.step-hizmet-ul li label{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #b7142f;
    border-radius: 0px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}
input[type="checkbox" i]:focus-visible {
    outline-offset: 0px!important;
}

.step-hizmet-ul li input:checked + label {
    background-color: var(--textRed);
}

.step-hizmet button{
    display: block;
    margin-top: 50px;
    border: 0;
    font-size: 16px;
    padding: 10px 25px;
    background-color: var(--textWhite);
    border-radius: 0px;
}

.step-info-ul li{
    margin-bottom: 15px;
}
.step-info-ul li input{
    width: 100%;
    border-radius: 5px;
    padding: 15px 15px;
    background-color: var(--textWhite);
    border: 0;
    border-radius: 0;
}
.step-info-ul li input:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.btnbackk{
    display: block;
    border: 0;
    font-size: 14px;
    background-color: var(--textWhite);
    border-radius: 5px;
    padding: 1px 10px;
    margin-bottom: 20px;
    font-style: italic;
}
.leftmenbo{
    display: flex;
    align-items: center;
}
.mobbloc{
    display: none;
}

.form-box{
    padding-top:75px;
    padding-bottom: 75px;
}
.tekliftxt{
    font-size: 26px;
    margin-bottom: 25px;
    color: var(--textWhite);
}
.form-control:focus{
    box-shadow: none;
}
.form-box input{
    border: 0px;
    border-radius: 0px;
}
.form-box button{
    background-color: var(--textRed);
    color: var(--textWhite);
    padding: 1rem 0.75rem;
    width:100%;
    border-radius: 0px;
}
.form-box button:hover{
    background-color: var(--textBlack);
    color: var(--textWhite);
}
.content-bar{
    position: relative;
    height: 450px;
    background-color: #dedede;
}
.customh1{
    font-size: 80px;
    font-weight: 800;
    position: absolute;
    bottom: 50px;
}
.customh1 span{
    display: block;
    width: min-content;
    padding-left: 10px;
    padding-right: 10px;
    color: var(--textWhite);
}


.wp-body{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    margin-bottom: 30px;
    margin-left: 30px;
    z-index: 8;
    background-color:#212529;
    padding: 13px;
}
.wp-body a{
    display: block;
}


.wp-bodywp{
  position: fixed;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    margin-bottom: 97px;
    margin-left: 30px;
    z-index: 8;
    background-color: #1bd741;
    padding: 13px;
  }
.wp-bodywp a{
    display: block;
}

#modalclose{
    display: inline-block;
    background-color: #fff;
    order: 0;
    font-size: 16px;
    padding: 10px 25px;
    margin-top: 15px;
}


.formone{
    position: relative;
    padding: 60px 50px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.formitem label{
    font-size: 16px;
    font-weight: 600;
}
.formitem input{
    padding: 0 1rem;
    font-size: 15px;
    border: 0;
    width: 100%;
    min-height: 3rem;
    background-color: rgba(150, 144, 162, 0.08);
    -webkit-border-radius: 0.35rem;
    border-radius: 0;
    -webkit-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
    -o-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
}
.formitem input:focus{
    background-color: rgba(150, 144, 162, 0.08);
}
.formone button{
    background-color: #000;
    border: 0;
    border-radius: 0;
    padding: 10px 26px;
    margin-top: 20px;
}
.formone button:hover{
    background-color:#fcb117;
}

.f-title{
    font-size: 24px;
    margin-bottom: 8px;
    font-weight: 600;
    font-style: italic;
}
.f-p{
    margin-bottom: 40px;
    font-style: italic;
}



@media (max-width: 575.98px) {

}

@media (max-width: 767.98px) {

}

@media (max-width: 991.98px) {
    header nav{
        padding-left: inherit!important;
        padding-right: inherit!important;
        padding-top: 7px!important;
    }
    .logo{
        width: 120px;
    }
    .menubox ul{
        flex-direction: column;
        align-items: center;
    }
    .menubox li a small{
        display: none;
    }
    .menulogo{
        margin-bottom: 20px;
        width: 170px;
    }
    .menubox i{
        font-size: 14px;
        margin-top: 20px;
    }
    .menuaddress{
        width: 80%;
        margin-top: 25px;
    }
    .menuaddress p{
        font-size: 14px;
    }
    .banner-v video {
        margin-left: -500px;
        width: inherit;
    }
    .banner-txt h1{
        font-size: 28px;
    }
    .banner-txt .custp{
        font-size: 44px;
    }
    .service-li{
        margin-bottom: 30px!important;
    }
    .service-item h2{
        margin-top: 5px;
    }
    .partners{
        margin-top: 40px;
    }
    .partners a{
        width: 27%!important;
    }
    .proje-item{
        margin-bottom: 22px;
    }
    .sss-body{
        padding-top: 0px;
        padding-bottom: 75px;
    }
    .home-text{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .se-link{
        padding-top: 25px;
        padding-bottom: 50px;
    }
    .se-a a{
        width: 100%;
        text-align: center;
    }
    .foo-logo{
        width: 174px;
        margin-bottom: 30px;
    }
    .comments h4{
        margin-bottom: 30px;
    }
    .bread{
        padding-top: 120px;
    }
    .text-body h4{
        margin-bottom: 15px;
    }
    .text-who{
        padding: 25px;
    }
    .hiz-item li{
        width: 100%;
    }
    .dd{
        padding-left: 10px;
        padding-right: 0px;
    }
    .contact-right{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .contact-right h5{
        margin-bottom: 10px;
    }
    .contact-right a{
        margin-bottom: 10px;
    }
    .step-text span{
        font-size: 24px;
    }
    .step-text p{
       display: none;
    }
    .step-hizmet-ul li label{
        align-items: start;
        font-size: 14px;
        padding-top: 20px;
    }
    .step-hizmet-ul li{
        width: 32%;
        height: 150px;
        margin: 1px;
    }
    .teklif-modal-body{
        padding-top: 130px;
    }
    .mobbloc{
        display: block;
    }
    .step-hizmet button{
        margin-top: 20px;
    }
    .form-box input{
        margin-bottom: 10px;
    }

    .blog-detail-body.pt-200{
        padding-top: 105px;
    }

}

@media (max-width: 1399.98px) {
    .banner-v video {
        margin-left: -500px;
        width: inherit;
    }


}

@media (min-width: 1199.98px) {
    header nav{
        padding-left: 20px!important;
        padding-right: 20px!important;
        padding-top: 10px!important;
    }
    .logo{
        width: 150px;
    }

    .banner-txt h1{
        font-size: 48px;
    }
    .banner-txt .custp{
        font-size: 74px;
    }
    .partners{
        margin-top: 75px;
    }
    .partners a {
        width: 144px;
    }
    .sss-body{
        padding-top: 0px;
        padding-bottom: 75px;
    }
    .home-text{
        padding-top: 0px;
        padding-bottom: 0px;
    }


}

@media (max-width: 1399.98px) {

}
</pre></body></html>