.slider .container-fluid {
    padding-left: 0!important;
    padding-right: 0!important;
    margin-left: auto;
    margin-right: auto;
}


.slider_back {
    width: 100%;
    height: 600px;
    background-color: #f4f4f4;
    position: relative;
    background-image: url(../images/slider.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.head-ust {
    background-color: #f4f4f4;
    height: 35px;
    position: relative;
}

.head-ust .container-fluid {
    padding-left: 0!important;
    padding-right: 0!important;
    margin-left: auto;
    margin-right: auto;
}



.head-ust .sol {
    height: 35px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


.head-ust .sol .sol_index {
    width: 550px;
}

.head-ust .sol .sol_index a {
    color: #7b7b7b;
    font-size: 14px;
    text-decoration: none;
    margin-right: 10px;
}


.head-ust .sag {
    height: 35px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: #0381da;
    position: relative;
}

.head-ust .sag:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 45px;
    background-color: #0381da;
    z-index: 10; 
}


.head-ust .sag:after {
    content: "";
    position: absolute;
    left: -3px;
    right: 0;
    bottom: -10px;
    height: 10px;
    background-color: #043e67;
    z-index: 5;
    transform: skew(
30deg
);
}

.head-ust .sag .sag_index {
    width: 445px;
    position: relative;
    z-index: 500;
    margin: 10px 0 0 0;
}

.head-ust .sag .sag_index a {
    color: #FFF;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    margin-left: 10px;
}


.head-ust .sag .sag_index a:hover {
    color: #FFF;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    margin-left: 10px;
}


.head-ust .sag .sag_index a i {
    font-size: 12px;
    margin-right: 3px;
}


.slider_index {
    width: 1170px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


.slider_desc {
    background-color: rgba(0,0,0,0.6);
    max-width: 450px;
    padding: 30px;
    border-top: 3px solid #0281d9;
}

.slider_desc h1 {
    color: #f4f4f4;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}


.slider_desc p {
    color: #f4f4f4;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    padding: 10px 0;
    margin: 0;
}


.slider_desc a {
    display: inline-block;
    background-color: #0281d9;
    padding: 5px 15px;
    border-radius: 5px;
    color: #FFF;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
}


.slider_desc a:hover {
    display: inline-block;
    background-color: #0281d9;
    padding: 5px 15px;
    border-radius: 5px;
    color: #FFF;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
}


.owl-nav {
    display: none!important;
}

.owl-dots {
    display: none!important;
}



.kategoriler {
    padding: 50px 0;
}


.kategoriler .kategori_head {
    text-align: center;
}


.kategoriler .kategori_head h1 {
        display: inline-block;
        text-transform: uppercase;
        font-size: 25px;
        font-weight: 700;
        color: #505050;
        position: relative;
        margin-bottom: 15px;
}


.kategoriler .kategori_head h1:before {
    content: "";
    position: absolute;
    left: 40%;
    right: 40%;
    bottom: -10px;
    height: 2px;
    border-radius: 20px;
    background-color: #0281d9;
}

.kategoriler .kategori_head span {
    display: block;
    font-size: 13px;
    color: #505050;
    font-weight: 400;
    padding: 5px 0;
    margin-bottom: 15px;
}



.kategoriler .k_box {
    background-color: #f4f4f4;
    display: flex;
    height: 180px;
    border-radius: 5px;
    align-items: center;
}


.kategoriler .k_box .k_box_image {
    display: flex;
    height: 180px;
    width: 180px;
    justify-content: center;
    align-items: center;
}


.kategoriler .k_box .k_box_image img {
    width: auto;
    height: 70px;
}


.kategoriler .k_box .k_box_desc {
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
}


.kategoriler .k_box .k_box_desc h3 {
    font-size: 14px;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #505050;
}


.kategoriler .k_box .k_box_desc p {
    line-height: 18px;
    font-size: 12px;
    margin: 5px 0 0 0;
}


.kategoriler .k_box .k_box_desc .k_box_desc_text {
    padding-right: 10px;
}


.urunler {
    padding: 50px 0;
    margin: 30px 0;
    background-color: #f4f4f4;
}


.urunler .container-fluid {
    padding-left: 0!important;
    padding-right: 0!important;
    margin-left: auto;
    margin-right: auto;
}


.urunler .u_head {
    text-align: center;
}

.urunler .u_head h1 {
    display: inline-block;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    color: #505050;
    position: relative;
    margin-bottom: 15px;
}


.urunler .u_head h1:before {
    content: "";
    position: absolute;
    left: 40%;
    right: 40%;
    bottom: -10px;
    height: 2px;
    border-radius: 20px;
    background-color: #0281d9;
}

.urunler .u_head span {
    display: block;
    font-size: 13px;
    color: #505050;
    font-weight: 400;
    padding: 5px 0;
    margin-bottom: 15px;
}



.u_box {
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}

.u_box img {
    width: 100%;
}


.u_box:hover .content {
    display: flex;
}


.u_box .content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(2, 129, 217, 0.8);
    text-align: center;
}

.u_box .content .content_desc {
    padding: 50px;
}

.u_box .content .content_desc h3 {
    color: #FFF;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.u_box .content .content_desc p {
    color: #fff;
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 16px;
    font-weight: 500;
}


.u_box .content .content_desc a {
    display: inline-flex;
    margin: 10px 0 0 0;
    border: 2px solid #FFF;
    height: 30px;
    width: 120px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    background-color: transparent;
}

.u_box .content .content_desc a:hover {
    display: inline-flex;
    margin: 10px 0 0 0;
    border: 2px solid #FFF;
    height: 30px;
    width: 120px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #FFF;
    color: #0281d9;
}


.u_footer {
    text-align: center;
    margin: 30px 0 0 0;
}


.all-pro {
    text-transform: uppercase;
    display: inline-flex;
    height: 40px;
    width: 150px;
    border: 2px solid #0281d9;
    color: #0281d9;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    background-color: transparent;
}


.all-pro:hover {
    text-transform: uppercase;
    display: inline-flex;
    height: 40px;
    width: 150px;
    border: 2px solid #0281d9;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    background-color: #0281d9;
}



.blog {
    padding: 50px 0;
}


.blog .blog_head {
    text-align: center;
}



.blog .blog_head h1 {
    display: inline-block;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    color: #505050;
    position: relative;
    margin-bottom: 15px;
}


.blog .blog_head h1:before {
    content: "";
    position: absolute;
    left: 40%;
    right: 40%;
    bottom: -10px;
    height: 2px;
    border-radius: 20px;
    background-color: #0281d9;
}


.blog .blog_ic {
    margin: 30px;
}

.blog .blog_ic .blog_box {
    margin-bottom: 10px;
}

.blog .blog_ic .blog_box img {
    width: 100%;
}


.blog .blog_ic .blog_box .content {
    padding: 15px 0;
}

.blog .blog_ic .blog_box .content h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    color: #505050;
}


.blog .blog_ic .blog_box .content p {
    line-height: 18px;
    padding: 10px 0;
    margin: 0;
    color: #717171;
    font-weight: 400;
}


.blog .blog_ic .blog_box .content a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #0281d8;
    letter-spacing: 0.5px;
    text-decoration: none;
}


.blog .blog_ic .blog_box .content a:hover {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #0281d8;
    letter-spacing: 0.5px;
    text-decoration: none;
}


.blog .blog_footer {
    text-align: center;
    margin: 20px 0 0 0;
}


.referanslar {
    padding: 50px 0;
}


.referanslar .referans_head {
    text-align: center;
}


.referanslar .referans_head  h1 {
    display: inline-block;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    color: #505050;
    position: relative;
    margin-bottom: 15px;
}


.referanslar .referans_head  h1:before {
    content: "";
    position: absolute;
    left: 40%;
    right: 40%;
    bottom: -10px;
    height: 2px;
    border-radius: 20px;
    background-color: #0281d9;
}

.referanslar .referans_head  span {
    display: block;
    font-size: 13px;
    color: #505050;
    font-weight: 400;
    padding: 5px 0;
    margin-bottom: 15px;
}


.referanslar .re_box {
    width: 100%;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.referanslar .re_box img {
    width: auto!important;
    height: 40px;
    filter: grayscale(100%);
}


.referanslar .re_box:hover img {
    filter: grayscale(0);
}


.fo_box img {
    width: auto;
    height: 50px;
}


.fo_box .fo_box_social {
    margin: 30px 0 0 0;
    text-align: center;
}


.fo_box .fo_box_social a {
    font-size: 20px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255,255,255,0.1);
    color: #FFF;
    text-decoration: none;
    margin-right: 5px;
}


.fo_box .fo_box_social a:hover {
    color: #FFF;
    background-color: #0381da;
}


.fo_box h3 {
    color: #f4f4f4;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}


.fo_box h3:before {
    content: "";
    position: absolute;
    left: 0;
    right: 70%;
    bottom: -10px;
    height: 2px;
    background-color: #d2252c;
    border-radius: 20px;
}


.fo_box ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.fo_box ul li {
    color: rgba(255,255,255,0.5);
    font-size: 13px;
    font-weight: 500;
    padding: 2px 0;
}


.fo_box ul li a {
    color: rgba(255,255,255,0.5);
    font-size: 13px;
    text-decoration: none;
}

.fo_box ul li a:hover {
    color: rgba(255,255,255,0.7);
    font-size: 13px;
    text-decoration: none;
}


.dip2 {
    border-top: 1px solid rgba(255,255,255,0.3);
    margin: 30px 0 0 0;
    padding: 10px 0 0 0;
}


.dip2 .sol {
    height: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.dip2 .sol span {
    display: block;
    color: rgba(255,255,255,0.5);
    font-size: 13px;
    font-weight: 400;
}


.dip2 .sag {
    display: flex;
    height: 30px;
    justify-content: flex-end;
    align-items: center;
}


.dip2 .sag a {
    margin-left: 15px;
    text-decoration: none;
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    font-weight: 400;
}

.dip2 .sag a:hover {
    margin-left: 15px;
    text-decoration: none;
    font-size: 13px;
    color: rgba(255,255,255,0.7);
    font-weight: 400;
}


.service {
    padding: 50px 0;
}


.refe {
    padding: 50px 0;
}


.refe .refe_box {
    border: 1px solid #f4f4f4;
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.refe .refe_box img
{
    width: 120px;
    height: auto;
}


.category {
    padding: 50px 0;
}


.cat {
    padding: 0;
    margin: 0;
    list-style-type: none;
}


.cat li a {
    background-color: #0281d8;
    display: block;
    padding: 5px 15px;
    color: #FFF;
    font-weight: 600;
    font-size: 11px;
    text-decoration: none;
}


.cat .active {
    background-color: #666666;
}

.sub_cat {
    margin: 0;
    list-style-type: none;
    padding: 0;
    position: relative;
}




.sub_cat li {
    position: relative;
    padding: 5px 0;
    border-bottom: 1px solid #f4f4f4;
}


.sub_cat li:hover {
    background-color: #f4f4f4;
}


.sub_cat li:last-child {
    border-bottom: none;
}


.sub_cat li a {
    background-color: transparent;
    color: #505050;
    font-size: 11px;
    font-weight: 500;
    padding: 3px 5px;
}

.cat_info {
    margin-bottom: 20px;
}

.cat_info p {
    color: #505050;
    line-height: 20px;
}



.p-l-r-30 {
    padding: 0 30px;
}


.show_pro {
    padding: 50px 0;
}


.iletisim {
    padding: 50px 0;
}