<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Company*/
a, li, ul, textarea, input, p, h1, h2, h3, h4, h5, h6, article, text, span {
    font-family: 'Roboto', sans-serif;
}

a {
    outline: none;
}

    a:hover {
        text-decoration: none;
    }

ul {
    list-style-type: circle;
}

.text-black {
    color: #212529;
    font-weight: 300;
}

.site-article {
    color: #635a5a;
    font-size: 1rem;
}
.fs-5
{
    font-size: 22px;
}
.site-banner {
    background-size: cover;
    background-repeat: no-repeat;
    border: 0;
    padding: 10% 0px;
    background-position: center;
}

.site-mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(0,0,0,.49);
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.site-title {
    margin: 0;
    font-size: 2.5rem;
    color: white;
    font-style: normal;
    font-weight: 300;
    line-height: 75px;
    padding-left: 6rem;
}

.site-sub-title {
    padding-left: 6.2rem;
    font-size: 30px;
    color: white;
    font-weight: 400;
}

.fluid-padding {
    padding: 0rem 6rem !important;
}

.icon-frame {
    padding: 2rem;
}

.support-text {
    color: #858585;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    min-height: 75px;
}

.support-icon {
    transition: all .3s ease;
    transform: scale(1);
}

    .support-icon:hover {
        transform: scale(1.1);
    }

    .support-icon img {
        margin-right: 1rem;
        width: 55px;
    }

.content-center {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.width-50 {
    width: 50px;
    cursor: pointer;
}

.width-80 {
    width: 80px;
    padding-top: .15rem;
    cursor: pointer;
}

.w-80 {
    width: 80%;
}

.general-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.similar-title {
    color: rgba(51,102,153,1);
    font-size: 1.375rem;
}

@media only screen and (max-width:767px) {
    .fluid-padding {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .slick-arrow {
        left: 0 !important;
        right: 0 !important;
        display: none !important;
    }

    .site-sub-title {
        padding-left: 1rem;
        font-size: 20px;
        margin-bottom: 0;
    }

    .width-80 {
        width: 65px;
        padding-top: .5rem;
    }
}

/*Company End*/

/*Navbar*/
.akhan-navbar {
    position: absolute;
    z-index: 22;
    width: 100%;
    background: linear-gradient(180deg, black, #03233d);
}

    .akhan-navbar .nav-link {
        white-space: nowrap;
        text-align: left;
        font-style: normal;
        font-weight: 500;
        font-size: 0.9375rem;
        color: white;
        letter-spacing: .4px;
        /*padding: 0rem 1rem !important;*/
        font-family: 'Open Sans', sans-serif !important;
        text-transform: capitalize;
    }

    .akhan-navbar .fa-chevron-down, .akhan-navbar .fa-chevron-right {
        font-size: 12px;
        color: rgba(51,102,153,1);
    }

.akhan-red .fa-chevron-right {
    color: rgba(51,102,153,1);
}

.akhan-navbar .fa-chevron-right {
    margin-right: .25rem;
}

.akhan-navbar .dropdown {
    position: static;
}

.akhan-navbar .dropdown-menu {
    top: unset;
    left: unset;
}

.akhan-navbar .dropdown-item {
    padding: .4rem 1.5rem;
    color: #656565;
    font-size: 16px;
}

.icon-border {
    border-right: 1px solid #BABABA;
}

.menu-image {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

/*WEB HAMBURGER NAV*/

.sidenav {
    height: 100% !important;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding: 0px !important;
}

.sidenav-h {
    min-height: 100vh !important;
}

.sidenav a, .sidenav .dropdown-btn {
    padding: 1rem;
    text-decoration: none;
    font-size: 20px;
    color: #656565;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    font-size: 16px;
}

.sidenav .dropdown-btn {
    border-bottom: 1px solid #E4E4E4;
}

.sidenav a:hover {
    color: #818181;
}

.dropdown-container a {
    /*display: none;*/
    margin-left: 2rem;
    border-bottom: 1px solid #E4E4E4;
    padding-left: 0px;
    color: #656565;
    font-size: 14px;
}

.dropdown-container {
    display: none;
}

/*.sidenav a,*/ .dropdown-btn.active {
    display: block;
    transition: 0.3s;
}

.fa-caret-down {
    float: right;
    padding-right: 8px;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 60%;
    font-size: 36px;
}

.web-hamburger img {
    height: 20px;
}

.categories-menu {
    width: 100%;
}

.akhan-navbar .nav-link:focus .nav-link {
    background-color: red !important;
}

#mySidenav .fa-chevron-down {
    position: absolute;
    right: 7%;
    color: rgba(51,102,153,1) !important;
    padding-top: 0.5rem;
}

.akhan-navbar .dropdown-item:active {
    color: #858585 !important;
    background-color: transparent !important;
}

#mySidenav::-webkit-scrollbar {
    width: 8px;
    cursor: pointer;
}

#mySidenav::-webkit-scrollbar-thumb {
    background: rgba(101,101,101,.2);
    border-radius: 20px;
}

#mySidenav::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 20px;
}
/*Navbar End*/

.footer-link {
    margin-bottom: .75rem;
}

    .footer-link a {
        text-align: left;
        font-family: 'Open Sans', sans-serif !important;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        color: rgba(0,0,0,1);
    }

.footer-text {
    line-height: 20px;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: rgba(39,39,37,1);
}

.footer-title {
    text-align: left;
    font-family: 'Open Sans', sans-serif !important;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    color: #313133;
    border-bottom: 1px solid #696969;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    margin-right: 1rem;
    padding-top: 3rem;
}

.contact-icon i {
    font-size: 14px;
    color: rgba(49,49,51,1);
}

.contact-icon span {
    line-height: 35px;
    text-align: left;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #4B4B4B;
}

.footer-navbar2 li a {
    line-height: 26px;
    text-align: left;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    color: #272725;
}

.footer-navbar2 i {
    font-size: 4px;
    margin: 0px 8px;
    color: rgba(62,62,62,1) !important;
}
.footer-index {
    background-color: #D5D5D5;
    height: 66px;
    
}

.follow-us-icon {
    color: #272725 !important;
    font-size: 1rem;
    margin-right: 2rem;
}
.dJvETY {
    padding-bottom: 65px !important;
}
.dots-icon i {
    font-size: 4px;
    margin: 0px 8px;
    color: rgba(62,62,62,1) !important;
}

.footer-navbar {
    margin: 0px;
}

    .footer-navbar li {
        display: inline-block;
    }

.dots-icon a {
    text-align: left;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: rgba(39,39,37,1);
}

.copyright {
    line-height: 20px;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: rgba(62,62,62,1);
}

    .copyright i {
        font-size: 12px;
    }

.footer-telefon {
    position: absolute;
    bottom: -1.35rem;
    width: 225px;
}

.w-none {
    display: none;
}

/* Brand */
.slick-wrapper .slick-slide {
    margin: 10px;
}

.slick-list {
    padding-bottom: 3rem !important;
}

.brand-frame {
    height: 70px;
    background-color: white;
    border: 1px solid #f1f1f1;
    border-radius: 6px;
    justify-content: center;
    display: flex !important;
    align-items: center;
    flex-direction: column;
}

    .brand-frame:hover {
        box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
    }

.slide-image {
    box-sizing: border-box;
    height: auto;
}

.brand-prev, .brand-next, .product-prev, .product-next {
    position: absolute;
    top: 22%;
    cursor: pointer;
    font-size: 24px;
    color: #BABABA;
}

.product-prev, .product-next {
    top: 45% !important;
}
/* Brand End */
/*Footer End*/
/*Modal*/
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 30px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 22px;
        width: 22px;
        left: 5px;
        bottom: 4px;
        background-color: #6F6F6F;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: rgba(51,102,153,1);
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(17px);
    -ms-transform: translateX(17px);
    transform: translateX(17px);
    background-color: white;
}

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.cookies {
    padding-left: 0;
}

    .cookies .options {
        color: white;
        position: absolute;
        left: 60px;
        bottom: -10px;
        font-size: 12px;
    }

    .cookies .modal-header {
        border: none;
    }

    .cookies .modal-content {
        background-color: rgba(0,0,0,.6);
    }

    .cookies .modal-title, .cookies .modal-body {
        color: white;
    }

    .cookies .modal-footer {
        justify-content: flex-start;
        border: none;
    }

        .cookies .modal-footer button {
            background-color: white;
            border: none;
            color: black;
        }

.gallery-image {
    transform: scale(1); /*
    max-width: 250px;*/
}

#accordionSSS button {
    color: #635a5a;
}

.gallery-image:hover {
    transform: scale(1.025);
}

.modal-blue {
    color: rgba(51,102,153,1);
    border-color: rgba(51,102,153,1);
}

    .modal-blue:hover {
        color: white;
        background-color: rgba(51,102,153,1);
    }

.akhan-map iframe {
    width: 100%;
    height: 350px;
}
/*Modal End*/
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

@media only screen and (max-width:992px) {
    .m-width-25 {
        width: 25% !important;
    }

    .m-width-50 {
        width: 50% !important;
        padding: 0;
    }

    .mm-width-50 {
        width: 50% !important;
    }

    .w-none {
        display: block !important;
    }

    .m-none {
        display: none;
    }

    .logo {
        width: 35px;
    }

    #mainCarousel .carousel-inner .carousel-item img {
        object-fit: cover;
    }

    .copyright {
        text-align: center;
        font-size: 10px;
    }

    .site-title {
        font-size: 1.625rem;
        line-height: unset;
        padding-left: 1rem;
        margin-bottom: 1rem;
    }

    .site-banner {
        padding: 30% 0px !important;
        object-fit: cover;
    }

    .akhan-navbar {
        position: absolute;
    }

    .support-text {
        font-size: 14px;
    }
}

@media screen and (min-width: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

/*whatsapp buton*/

.gCdMUP {
    display:none !important;
}
.gCdMUP::hover {
    display: none !important;
}

/*whatsapp buton*/


/*referans card */
.references-card {
    height: 200px;
    text-align: center !important;
    border: 1px solid #7070703d;
    border-radius: 2px;
    padding: .5rem;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (min-width: 1400px) {
    .footer-pc {
      bottom:0px;
      position:fixed;
    
}

main{
	margin-bottom:5rem;
}
}</pre></body></html>