/* index  Kullanım Alanları */

.section-content .figcaption.index_satir_sinir h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 52px;
}


/* index kurumsl sayi kismi */

.text-outline {
    font-weight: 700;
    font-size: 70px;
}


/* logo */

.header-style-1 .header-left-gray-block .logo-header:after {
    content: '';
    right: 0px;
    top: -10px;
    position: absolute;
    width: 3000px;
    background-color: #eef1f2;
    z-index: -1;
    bottom: -13px;
}


/* ürünler */

.icon-count-2-outer .icon-count-2 .scale-in-center img {
    height: 180px;
    width: 1000px;
}

@media screen and (min-width: 1183px) {
    /*   .site-button-link.index_bosluk {
        margin-top: 91px;
    }
*/
    .margin_bosluk {
        margin-bottom: 30px!important;
    }
    .icon-count-2-outer .icon-count-2 .scale-in-center {
        margin-left: -86px;
        margin-right: -96px;
        margin-top: -18px;
    }
}

.sx-icon-box-wraper:hover .scale-in-center {
    -webkit-animation: none;
    animation: none;
}


/* gradient üs */


/*
.gradient_ol::before{
    content: '';
    background: linear-gradient(45deg, black, transparent);
    position: absolute;
    width: 100%;
    height: 97%;
    opacity: .6;
    top: 0;
    left: 0;

}
*/


/* hover */

.icon-count-2-outer:hover h4,
.icon-count-2-outer:hover p {
    color: #234881;
}

.captcha {
    position: relative;
    background-position: left center;
    background-repeat: no-repeat;
    padding-right: 47px;
}

.captcha .captcha_image {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

.captcha input[type="text"] {
    outline: none !important;
}

.captcha input[type="text"] {
    width: 326px;
    color: #000;
    margin-bottom: 0 !important;
    height: 42px;
    border: none;
    border-left: 0;
    padding-left: 93px;
    border-radius: 0 5px 5px 0;
}


/* 02.10.2021 */


/* ürün bg ındex sayfası */

.xl_ekran {
    background: #eef1f2;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


/*

#uretim_img {
    height: 300px;
    width: 100%;
}
*/

.uretim_baslik {
    color: #e31912;
    font-weight: bold;
    padding: 0 10px;
    font-size: 16px;
}

.uretim_baslik_2 {
    color: #29357f;
    font-weight: bolder;
    margin: 16px 0;
    font-size: 25px;
}

.font_size {
    font-size: 15px;
}

.ort {
    margin: 0 auto;
    margin-top: 55px;
    text-align: center;
    font-size: 18px;
}


/*  telefon */


/*
@media only screen and (max-width: 1200px) {
    .nav-dark.header-nav .nav>li>a {
        padding: 27px;
    }
}
*/


/* yukarıdan aldım */


/* header */

@media only screen and (min-width: 1200px) {
    .header-nav .nav>li {
        margin: -9px 0;
    }
    .header-style-1.nav-wide .header-nav .nav {
        float: left !important;
    }
}


/* slıder mobile */

@media only screen and (min-width: 575px) {
    .mt_80 {
        margin-top: -80px;
    }
}


/*575 */

@media only screen and (max-width: 575px) {
    /*
    .mobile_img_rakam {
        height: 166px !important;
           width: 100%; 
    }
    */
    .line {
        display: none;
    }
    .about-image-area:before {
        display: none;
    }
}

.icon-content {
    padding: 15px;
}

.icon-count-2-outer .icon-count-2 {
    padding: 0;
}


/* 992 */

@media only screen and (max-width: 575px) {
    .about4-section {
        padding-left: 1px;
    }
}


/*
@media only screen and (min-width: 575px) {
    .image-effect-one img {
        height: 300px;
    }
}
*/


/*

@media only screen and (max-width: 575px) {
    .slider_wrapper {
        border-left: 40px solid #eef1f2;
        background-color: #f9f9f9;
        padding: 30px;
        position: relative;
        height: 100%;
        padding: 0px !important;
    }
    .rev_slider_wrapper {
        position: relative;
        z-index: 0;
        width: 100%;
        height: 100%;
    }
    .tp-leftarrow {
        top: 41% !important;
    }
    .tp-rightarrow {
        top: 41% !important;
    }
    .tp-bgimg.defaultimg {
        height: 34%!important;
    }
    .metis.tparrows {
        margin-top: 0 !important;
    }
    #rev_slider_26_1_wrapper {
        height: 144px!important;
    }
    .tp-loader.off {
        display: block !important;
    }
}

*/


/* 768 1200*/


/* transform efek */


/*
.icon-count-2-outer:before {
    position: absolute;
    content: '';
    left: 0px;
    right: 0px;
    bottom: -10px;
    width: 49%;
    height: 105%;
    background-color: #234881;
    z-index: -1;
    display: block;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
*/


/*
.icon-count-2.bg-white:hover {
    position: absolute;
    content: '';
    left: 0px;
    right: 0px;
    bottom: -10px;
    width: 100%;
    height: 105%;
    background-color: #234881;
    z-index: -1;
    display: block;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
*/

.icon-count-2-outer:after {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -1px;
    width: 50%;
    height: 120%;
    background-color: #234881;
}

.icon-count-2-outer:hover:after {
    height: 200%;
    width: 120%;
}


/*
.icon-count-2-outer:hover .blue_border {
    border: 4px solid #234881;
    border-left: none;
    padding-right: 0;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
*/


/*
.number-block-one .figcaption:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -24px;
    background-color: #000;
    width: 2px;
    height: 24px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
*/

.about-image-area {
    margin-bottom: 93px;
}


/* grup şirketleri */

.widget_services ul.grup_sirket li a,
.widget_services ul.grup_sirket li a {
    color: #234881;
    border: 5px solid transparent;
}

.widget_services ul.grup_sirket li a.active,
.widget_services ul.grup_sirket li a:hover {
    color: #234881;
    border: 5px solid #234881;
}

.gradient_cevre::before {
    content: '';
    /*background: linear-gradient(134deg, black, #141313); */
    background: linear-gradient(307deg, #087908f7, #13141333);
    width: 100%;
    height: 100%;
    opacity: .6;
    top: 0;
    left: 0;
    position: absolute;
}

.cevre_metin {
    width: 50%;
    margin: auto;
    color: white;
    position: relative;
}


/* kullanım alanları alt cızgı */

.number-block-one .figcaption:after {
    content: none;
    position: absolute;
    left: 50%;
    bottom: -24px;
    background-color: #000;
    width: 2px;
    height: 24px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}


/* logo mobile */

@media only screen and (max-width: 576px) {
    .logo-header-inner img {
        height: 19px;
        width: auto;
        max-width: inherit;
    }
}

@media only screen and (max-width: 1500px) {
    .header-style-1 .header-left-gray-block .logo-header {
        margin-right: 15px;
        width: 436px;
    }
}

@media only screen and (max-width: 500px) {
    .header-style-1 .header-left-gray-block .logo-header {
        margin-right: 15px;
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .icon-count-2-outer {
        padding: 5px 5px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .arc-about-year-info {
        padding: 0;
    }
}

.section-full.overlay-wraper.sx-bg-secondry.mobile-page-padding {
    background-position: 0 !important;
}


/* header menu */

@media only screen and (max-width: 1500px) {
    .header-nav .nav>li>a {
        padding: 24px 14px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .header-nav .nav>li>a {
        padding: 24px 7px !important;
        font-size: 12px !important;
    }
}


/* kullanım alanları */

.cover-image {
    height: 300px;
}

.cover-image img {
    object-fit: cover;
    -o-object-fit: cover;
    width: 100%;
    height: 100%;
}


/* footer */

@media only screen and (max-width: 500px) {
    .footer-top {
        padding: 60px 0px 0 0px;
    }
}


/* üretim resim */


/*  scroll style.css
@media only screen and (max-width:1024px) {
    .section-full {
        background-attachment: scroll !important;
    }
}
*/


/* cevre paralax */

@media only screen and (max-width: 768px) {
    .mobile_cevre_padding {
        padding: 0 0px;
        margin: 20px 0;
    }
}


/*12.10.2021 */

.sx-icon-box-wraper h4 {
    display: -webkit-box!important;
    -webkit-line-clamp: 2!important;
    -webkit-box-orient: vertical!important;
    overflow: hidden!important;
    min-height: 46px !important;
}








/* table css*/


         
    .cevre_table .table td {
        padding: 15px 10px !important;
        border: 1px solid #29357f;
    }

    .cevre_table .table td{
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #29357f;
    }
         
         
/*
@media only screen and (min-width: 1200px) {
.margin_comp_top{
    
}
}
    */
    
@media only screen and (max-width: 576px) {
    
     .kullanim_alanlari_mobile{
         width:100%;
     }
     .white_box_height{
         height:65px;
     }
     
}
         
         
         
         
         
         
         
         
         
         
         
         
         
         
         
         
         
         
         
         
         
         
