﻿@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&family=Nunito+Sans:ital,opsz,wght@0,6..12,200;0,6..12,300;0,6..12,400;0,6..12,500;0,6..12,600;0,6..12,700;0,6..12,800;0,6..12,900;0,6..12,1000;1,6..12,200;1,6..12,300;1,6..12,400;1,6..12,500;1,6..12,600;1,6..12,700;1,6..12,800;1,6..12,900;1,6..12,1000&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

html {
    scroll-behavior: smooth;
    transition-duration: 500ms;
}

ol, ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    list-style: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Nunito Sans', sans-serif;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

body {
    color: #444;
    font-family: 'Nunito Sans', sans-serif;
    margin: 0 auto;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    background: #FFF;
}

a {
    color: #0094ff;
    transition: 0.5s;
}

    a:hover, a:active, a:focus {
        outline: none;
        text-decoration: none !important;
    }

p {
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
}





#ustalan {
    padding: 8px 0;
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    height: 39px;
    background: #0094ff;
    z-index: 999;
    position: relative;
}

    #ustalan .wrapper .iletisim-ust a {
        line-height: 1;
        color: #FFF;
    }

        #ustalan .wrapper .iletisim-ust a:hover {
            color: #145795;
        }

    #ustalan .wrapper .iletisim-ust i {
        color: #FFF;
        padding: 8px 10px 11px 10px;
        margin-right: 10px;
        border-radius: 4px;
    }

    #ustalan .wrapper .iletisim-ust .icon-phone {
        padding-left: 20px;
        margin-left: 20px;
        border-left: 1px solid #e9e9e9;
    }

    #ustalan .wrapper .sosyalmenu a {
        padding: 5px 8px 4px 8px;
        display: inline-block;
        color: #FFF;
        font-size: 18px;
        border-radius: 4px;
        margin-top: -6px;
    }

        #ustalan .wrapper .sosyalmenu a:hover {
            background: #145795;
            color: #FFF;
        }


.back-to-top {
    position: fixed;
    display: none;
    background: #145795;
    color: #fff;
    font-size: 20px;
    border-radius: 2px;
    right: 15px;
    bottom: 5px;
    transition: background 0.5s;
    text-align: center;
    z-index: 10;
    width: 48px;
    line-height: 40px;
    border: 1px solid #FFF;
    border-radius:4px;
}


    .back-to-top:focus {
        background: #FFF;
        color: #000;
        outline: none;
    }

    .back-to-top:hover {
        background: #0026ff;
        color: #fff;
    }




#header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #FFF;
    box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}

/*--------------FOOTER---------------*/
#footer {
    background: rgba(0, 148, 255, 0.2);
    padding: 30px 0;
}

.footer-contact .icon {
    font-size: 14px;
    line-height: 18px;
}

.footer-contact .blg {
    margin-left: 15px;
    line-height: 36px;
}

.footer-contact li {
    color: #145795;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
    line-height:1.7em;
}

    .footer-contact li:last-child {
        color: #145795;
        margin-bottom: 10px;
        border-bottom: none;
    }

    .footer-contact li a {
        color: #145795;
    }

        .footer-contact li a:hover {
            color: #f9f9f9;
            text-transform: none;
        }

#footer .sosyalmenu a {
    color: #fff;
    padding: 14px 12px;
    display: inline-block;
    line-height: 1px;
    background: #145795;
    border-radius:4px;
}

    #footer .sosyalmenu a:hover {
        color: #0094ff;
    }

    #footer .sosyalmenu a:first-child {
        border-left: 0;
    }

    .veri li{
        padding:5px 0;
    }

    .veri li a {
        color: #145795;
        -webkit-font-smoothing: antialiased;
        font-size: 16px;
        list-style-type: none !important;
    }

        .veri li a:hover {
            color: #0094ff;
            text-decoration: none;
            transition: all 500ms ease;
            -moz-transition: all 300ms ease;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            padding:0 5px;
        }
.whatsapp {
    position: fixed;
    color: #FFF;
    background: #68bd48;
    border-radius: 2px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    bottom: 5px;
    left: 15px;
    z-index: 10;
}



    .whatsapp a {
        width: 48px;
        font-size: 20px;
        line-height: 40px;
        color: #FFF;
        text-align: center;
        cursor: pointer;
        display: block;
        text-align: center;
    }

        .whatsapp a:hover {
            background-color: #145795;
            color: #FFF;
            border-radius: 2px;
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
        }

.whatsapp {
    position: fixed;
    color: #FFF;
    background: #68bd48;
    border-radius: 2px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    bottom: 5px;
    left: 15px;
    z-index: 10;
}



    .whatsapp a {
        width: 48px;
        font-size: 20px;
        line-height: 40px;
        color: #FFF;
        text-align: center;
        cursor: pointer;
        display: block;
        text-align: center;
    }

        .whatsapp a:hover {
            background-color: #145795;
            color: #FFF;
            border-radius: 2px;
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
        }



.iletisim .crz a {
    color: #000;
}

    .iletisim.crz a:hover {
        color: #ff0000;
        text-decoration: none;
    }

.copy {
    background: #145795;
    color: #FFF;
    font-size: 15px;
    padding: 15px 0;
    text-align: center;
    font-weight: 300;
}

    .copy .cpy {
        font-family: 'Nunito Sans', sans-serif;
    }


    .footer-widget h4 {
        font-size: 18px;
        color: #145795;
        text-align: left;
        position: relative;
        margin: 0 0 30px 0;
        padding: 0;
        text-shadow: none;
        font-weight: 700 !important;
        -webkit-font-smoothing: antialiased;
    }

        .footer-widget h4:after {
            left: 0;
            right: 0;
            width: 30%;
            content: "";
            height: 2px;
            bottom: -15px;
            position: absolute;
            background: #0094ff;
        }


/*-----------------------NAV-------------------*/


nav {
    z-index: 999;
    width: 100%;
}

    nav .wrapper {
        position: relative;
        height: 80px;
        margin: auto;
        display: flex;
        align-items: center;
        z-index: 9999;
        justify-content: space-between;
    }



.wrapper .nav-links {
    display: inline-flex;
    float: left;
}

.nav-links li {
    list-style: none;
}

    .nav-links li a {
        color: #145795;
        text-decoration: none;
        font-size: 20px;
        font-weight: 400;
        padding: 27px 15px;
        transition: all 0.3s ease;
        -webkit-font-smoothing: antialiased;
        font-weight: 300;
    }

        .nav-links li a:hover {
            color: #FFF;
            background: #0094ff;
        }

.nav-links .mobile-item {
    display: none;
}

.nav-links .drop-menu {
    position: absolute;
    background: #FFF;
    top: 85px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0,0,0,0.15);
    z-index: 999;
    min-width: 200px;
}

    .nav-links .drop-menu li a {
        color: #145795;
        border-bottom: 1px solid #0094ff !important;
        font-size: 16px;
        display: flex;
        padding: 10px 15px;
    }

        .nav-links .drop-menu li a:hover {
             color: #FFF;
            background: #0094ff;
        }

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
    transition: all 0.3s ease;
    top: 80px;
    opacity: 1;
    visibility: visible;
}





.wrapper .btnc {
     font-size: 32px;
    color: #0094ff;
    cursor: pointer;
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
}

.wrapper .close-btn i {
     position: absolute;
    font-size: 24px;
    text-align: center;
    right: 5px;
    color: #FFF;
}

.wrapper .btnc .menu-btn i {
    font-size: 48px !important;
}


nav input {
    display: none;
}


nav .wrapper .logo {
    background: #FFF;
    padding: 0 15px;
    margin-left: -15px;
}

    nav .wrapper .logo img {
        width: 170px;
        height: auto;
    }





.mbl-sosyalmenu {
    padding: 10px 0;
}

    .mbl-sosyalmenu a:first-child {
        margin-left: 12px;
    }

    .mbl-sosyalmenu a {
        color: #0094ff;
        padding: 10px 8px;
        display: inline-block;
        line-height: 15px;
        font-size: 18px;
        background: #FFF;
        width: 44px;
        text-align: center;
        border-radius: 2px;
    }

        .mbl-sosyalmenu a:hover {
            color: #145795;
        }

        .mbl-sosyalmenu a:first-child {
            border-left: 0;
        }

/*-----------------------*/








.clearfix {
    clear: both;
}






/*----------------SAYFALAR--------------------*/
#hizmetlerimiz {
    padding: 30px 0;
    background: #0094ff;
}

    #hizmetlerimiz .baslik {
        margin-bottom: 30px;
    }

        #hizmetlerimiz .baslik h2, #iletisim .baslik h2 {
            font-size: 32px;
            color: #FFF;
            font-weight: 700;
            position: relative;
            padding-bottom: 20px;
        }

            #hizmetlerimiz .baslik h2::before, #iletisim .baslik h2::before {
                content: '';
                position: absolute;
                display: block;
                width: 50px;
                height: 3px;
                background: #FFF;
                bottom: 0;
                left: 0;
            }

    #hizmetlerimiz .ikon {
        position: relative;
        width: 40%;
        left: 30%;
        display: block;
        z-index: 9;
        background: #0094ff;
        padding: 20px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 50%;
        border-bottom-right-radius: 50%;
    }

    #hizmetlerimiz .kategori {
        position: relative;
        top: -50px;
        text-align: center;
        font-size: 18px;
        font-weight: 500;
        display: block;
        padding: 80px 0;
        background: #FFF;
        border-radius: 10px;
        z-index: 8;
    }

#detay {
    margin: 30px 0;
}

#nedenbiz {
    padding: 30px 0;
    font-family: 'Indie Flower', cursive;
}

    #nedenbiz h1 {
        font-family: 'Indie Flower', cursive;
        font-size: 60px;
        color: #0094ff;
        text-align: center;
    }

    #nedenbiz h3 {
        font-family: 'Nunito Sans', sans-serif;
        font-size: 30px;
        color: #145795;
        text-align: center;
    }

#pagehead {
    padding: 30px 0;
}


#belgelerimiz {
    padding: 30px 0;
}

    #belgelerimiz .baslik {
        margin-bottom: 30px;
    }

        #belgelerimiz .baslik h2, #iletisim .baslik h2 {
            font-size: 32px;
            color: #0094ff;
            font-weight: 700;
            position: relative;
            padding-bottom: 20px;
        }

            #belgelerimiz .baslik h2::before, #iletisim .baslik h2::before {
                content: '';
                position: absolute;
                display: block;
                width: 50px;
                height: 3px;
                background: #0094ff;
                bottom: 0;
                left: 0;
            }

#pagehead .baslik {
    margin-bottom: 30px;
}

    #pagehead .baslik h2 {
        font-size: 32px;
        color: #FFF;
        font-weight: 700;
        position: relative;
        padding-bottom: 20px;
    }

        #pagehead .baslik h2::before {
            content: '';
            position: absolute;
            display: block;
            width: 50px;
            height: 3px;
            background: #FFF;
            bottom: 0;
            left: 0;
        }

#pagehead, #referanslar {
    background: #0094ff;
}

#kurumsal {
    margin: 30px 0;
}

#referanslar {
    padding: 30px 0;
}

    #referanslar .baslik {
        margin-bottom: 30px;
    }

        #referanslar .baslik h2 {
            font-size: 32px;
            color: #FFF;
            font-weight: 700;
            position: relative;
            padding-bottom: 20px;
        }

            #referanslar .baslik h2::before {
                content: '';
                position: absolute;
                display: block;
                width: 50px;
                height: 3px;
                background: #FFF;
                bottom: 0;
                left: 0;
            }

#veri .veriler {
    margin: 50px 0;
    text-align: center;
}


    #veri .veriler a {
        color: #555;
        padding: 4px 12px;
        display: inline-block;
        line-height: 1px;
        border-left: 1px solid #e9e9e9;
    }

        #veri .veriler a:hover {
            color: #E21E25;
        }

        #veri .veriler a:first-child {
            border-left: 0;
        }

#altimg {
    position: relative;
    bottom: 30px;
    left: 35%;
    z-index: 9;
    width: 30%;
    height: auto;
}

#iletisim {
    margin-top: 60px;
}

.thumbnail-iltsm {
    background: rgba(0, 148, 255, 0.05);
    border-radius: 4px;
    text-align: center;
    margin-bottom: 80px;
    border: 1px solid #0094ff;
    font-weight: 500;
    height: 150px;
}

.thumbnail-iltsm1 {
    background: rgba(0, 148, 255, 0.05);
    border-radius: 4px;
    text-align: center;
    margin-bottom: 80px;
    border: 1px solid #0094ff;
    font-weight: 500;
    height: 150px;
}

.thumbnail-iltsm .adrtext {
    display: block;
    font-size: 16px;
}

.thumbnail-iltsm1 .adrtext {
    display: block;
    font-size: 16px;
}

.thumbnail-iltsm h4 {
    display: block;
    position: relative;
    top: -20px;
    font-size: 16px;
}

.thumbnail-iltsm1 h4 {
    display: block;
    position: relative;
    top: -20px;
    margin-bottom: -10px;
    font-size: 16px;
}

.thumbnail-iltsm .iikon {
    color: #0094ff;
    padding: 5px;
    font-size: 32px;
    padding: 10px;
    position: relative;
    top: -28px;
    border-radius: 50%;
    background: #FFF;
    border: 1px solid #0094ff;
}

.thumbnail-iltsm1 .iikon {
    color: #0094ff;
    padding: 5px;
    font-size: 32px;
    padding: 10px;
    position: relative;
    top: -28px;
    border-radius: 50%;
    background: #FFF;
    border: 1px solid #0094ff;
}

.hrt{
    margin-bottom:-6px;
}

.thumbnail
{
    border:1px solid #0094ff;
}
/*---------RESPONSIVE-----------*/

@media screen and (min-width: 1301px) {

    .urunsyf {
        margin-top: 400px;
    }
}

@media screen and (max-width: 970px) {

    .det
    {
        font-size:18px !important;
    }
    .wrapper .btnc {
        display: block;
    }

    .wrapper .nav-links {
        margin-top: 0;
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 350px;
        top: 0;
        left: -100%;
        background: #0094ff;
        display: block;
        padding: 50px 0;
        color: #FFF;
        line-height: 18px;
        overflow-y: auto;
        transition: all 0.3s ease;
    }

    ::-webkit-scrollbar {
        width: 5px;
    }

    ::-webkit-scrollbar-track {
        background: #03312b;
    }

    ::-webkit-scrollbar-thumb {
        background: #3A3B3C;
    }

    #menu-btn:checked ~ .nav-links {
        left: 0%;
    }

    #menu-btn:checked ~ .btnc.menu-btn {
        display: none;
    }

    #close-btn:checked ~ .btnc.menu-btn {
        display: block;
    }




    .nav-links li {
        border-bottom: 1px solid #FFF;
    }

        .nav-links li a {
            padding: 10px 15px;
            display: block;
            color: #FFF;
            font-size: 18px !important;
            font-weight: 300;
        }

    .nav-links label {
        padding: 10px 15px;
        display: block;
        color: #FFF;
        font-size: 18px !important;
        font-weight: 300 !important;
    }

    .nav-links .drop-menu {
        position: static;
        opacity: 1;
        top: 45px;
        visibility: visible;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.3s ease;
        background: #145795;
    }

        .nav-links .drop-menu li a {
            color: #FFF !important;
        }

            .nav-links .drop-menu li a:hover {
                color: #fff !important;
            }

    #showDrop:checked ~ .drop-menu {
        max-height: 100%;
    }

    #showDrop1:checked ~ .drop-menu {
        max-height: 100%;
    }

    .nav-links .desktop-item {
        display: none;
    }

    .nav-links .mobile-item {
        display: block;
        color: #fff !important;
        font-size: 18px;
        padding: 10px 15px;
        font-weight: 300;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    #altimg {
    position: relative;
    bottom: 20px;
    left: 25%;
    z-index: 9;
    width: 50%;
    height: auto;
}
}

@media (min-width: 768px) {

     .det
    {
        font-size:18px !important;
    }
    .lg-none {
        display: none !important;
    }
    .telmob {
        display: none;
    }

    .ckk {
        background: #145795;
        color: #FFF;
        position: fixed;
        font-size: 14px;
        bottom: 10px;
        left: 10px;
        z-index: 998;
        width: 40%;
        padding: 10px;
        border-radius: 4px;
        border: 2px solid #FFF;
    }

        .ckk .icerik {
            width: 90%;
            float: left;
        }

        .ckk .btn {
            position: absolute;
            top: 2px;
            right: 2px;
            background: #E21E25;
            color: #FFF;
        }


        .ckk a {
            color: #FFF;
            padding: 0 2px;
        }

            .ckk a:hover {
                color:#0094ff;
                text-decoration: none;
            }

    .table {
        font-size: 16px !important;
        font-weight: 300;
    }

        .table tr td {
            text-align: left !important;
            font-weight: 500 !important;
        }


    #fw_al_005 {
        top: -30px;
    }

    .urunbg {
        height: 300px;
        width: 100%;
        z-index: -1;
        top: 0;
        bottom: 0;
        position: absolute;
    }

        .urunbg span {
            bottom: 0;
            left: 0;
            background: rgb(0, 0, 0, 0.90);
            color: #FFF;
            padding: 0 15px;
            position: absolute;
            font-weight: 300;
            font-size: 40px;
        }


    .urunsyf {
        margin-top: 570px;
    }

    .dtl {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 22;
    }

    .dtlbtn {
        background: rgb(0, 0, 0, 0.9);
        color: #FFF;
        padding: 15px;
        display: inline-block;
        font-size: 16px;
        font-weight: 400;
    }

        .dtlbtn:hover {
            background: rgb(0, 0, 0, 0.9);
            color: #FFF;
            padding: 30px 15px 15px 15px;
            display: inline-block;
            font-size: 16px;
            font-weight: 400;
            transition: 0.3s;
        }

    #gorsel {
        top: 100px;
    }

    #teknik {
        text-align: center;
        margin-top: px;
    }

    .kategorisyf {
        margin-top: 400px;
    }

    .kategoribg {
        height: 400px;
        width: 100%;
        z-index: -1;
        top: 80px;
        position: absolute;
    }

        .kategoribg::after {
            right: 0;
            width: 50%;
            content: "";
            height: 6px;
            bottom: -3px;
            position: absolute;
            background: #03312b;
        }


        .kategoribg h2 {
            margin-top: 150px;
            background: #1a6c43;
            color: #FFF;
            width: 33.33%;
            padding: 30px 30px;
            margin-left: -15px;
            border-right: 5px solid #03312b;
            text-align: right;
        }

    /*.veri li a {
        color: #FFF;
        -webkit-font-smoothing: antialiased;
        font-size: 16px;
        list-style-type: none !important;
        padding: 5px 0;
    }

        .veri li a:hover {
            color: #DDD;
            text-decoration: none;
            transition: all 500ms ease;
            -moz-transition: all 300ms ease;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
        }*/


    .footer-widget h4 {
        font-size: 18px;
        color: #145795;
        text-align: left;
        position: relative;
        margin-top: 30px;
        padding: 0;
        text-shadow: none;
        font-weight: 700 !important;
        -webkit-font-smoothing: antialiased;
    }

        .footer-widget h4:after {
            left: 0;
            right: 0;
            width: 30%;
            content: "";
            height: 2px;
            bottom: -15px;
            position: absolute;
            background: #0094ff;
        }

    

    .ilt {
        margin-bottom: 30px;
        border-top: 1px solid #DDD;
        padding: 30px 0 0 0;
    }

        .ilt i {
            color: #FFF;
            background: #E21E25;
            padding: 10px;
            text-align: center;
            margin-right: 30px;
        }


    .ilt_first {
        margin-bottom: 30px;
        border-top: none;
        padding: 30px 0 0 0;
        font-weight: 400;
        font-size: 16px;
    }

        .ilt_first i {
            color: #FFF;
            background: #03312b;
            padding: 10px;
            text-align: center;
            font-size: 24px;
        }

    .pd-20 {
        padding: 20px 0;
    }

    .logo img {
        max-width: 170px;
    }


    
}

@media (max-width: 767px) {
    .mbl-none {
        display: none !important;
    }

    

    .logo img {
        max-width: 170px;
    }

    

    .nav-links .drop-menu {
        position: static;
        opacity: 1;
        top: 45px;
        visibility: visible;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.3s ease;
        background: #145795;
    }

        .nav-links .drop-menu li a {
            color: #FFF !important;
            width: 100%;
        }

            .nav-links .drop-menu li a:hover {
                color: #FFF !important;
            }

    .ckk {
        background: #145795;
        color: #FFF;
        position: fixed;
        font-size: 14px;
        bottom: 5px;
        left: 10px;
        z-index: 998;
        width: 95%;
        padding: 10px;
        border-radius: 4px;
    }

        .ckk .icerik {
            width: 90%;
            float: left;
        }

        .ckk .btn {
            position: absolute;
            top: 1px;
            right: 1px;
            background: #E21E25;
            color: #FFF;
        }


        .ckk a {
            color: #FFF;
            padding: 0 5px;
        }

            .ckk a:hover {
                color: #0094ff;
                text-decoration: none;
            }

    .close {
        height: 20px;
        border: none;
        color: #E21E25 !important;
        cursor: pointer;
        z-index: 9;
        background: #FFF;
        padding: 10px;
    }

    .telmob a {
        position: fixed;
        background: #68bd48;
        color: #fff;
        padding: 7px 12px;
        font-size: 18px;
        border-radius: 2px;
        left: 70px;
        bottom: 5px;
        transition: background 0.5s;
        z-index: 9;
    }

    .footer-widget
    {
        margin-top:40px;
    }
}

.lab-owl-blm {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
}

.lab-owl-blm .baslik {
    margin-bottom: 30px;
}



        .lab-owl-blm .baslik h2{
            font-size: 32px;
            color: #0094ff;
            font-weight: 700;
            position: relative;
            padding-bottom: 20px;
        }

            .lab-owl-blm .baslik h2::before {
                content: '';
                position: absolute;
                display: block;
                width: 50px;
                height: 3px;
                background: #0094ff;
                bottom: 0;
                left: 0;
            }



    .lab-owl-blm:before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        display: block;
    }

    .lab-owl-blm .owl-dots {
        display: none;
    }

    .lab-owl-blm .owl-nav {
        display: none;
    }

        .lab-owl-blm .owl-nav .owl-prev,
        .lab-owl-blm .owl-nav .owl-next {
            display: none;
        }

            .lab-owl-blm .owl-nav .owl-prev:hover,
            .lab-owl-blm .owl-nav .owl-next:hover {
                display: none;
            }

