body {
    font: 16px/30px "Roboto Condensed", sans-serif;
}

.top-bar {
    border-bottom: none !important;
}

.header-wrap-inner.style1 {
    padding: 15px 0 45px !important;
}

#urunlerCarousel .content-post {
    height: 250px;
}

#partnerlerimiz .owl-nav {
    display: none;
}

#partnerlerimiz .owl-carousel .owl-item img {
    max-width: 65% !important;
}

.divContainer {
   /* width: 98.5%;
    padding-left: 1.5% !important;
    */
     width: 100%;
         padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


/* header */

#bg_gray {
    background-color: #8080801c !important;
}

.top-bar-language .icons_border {
    border: 1px solid #1c2a5c38;
    border-radius: 8px;
    padding: 2px 6px;
}

.icons_border .fab {
    width: 13px;
    text-align: center;
}

.icons_border:hover {
    color: #e10d33 !important;
    background-color: #1c2a5c;
}

@media only screen and (min-width: 975px) {
    .border_left {
        border-left: 1px solid #1c2a5c;
        border-radius: 0px;
        margin-right: -55px;
    }
}

header.style1 .header-button {
    background-color: #1c2a5c;
}


/* #header */


/* slider */

.fullwidthbanner-container .fullwidthabanner {
    height: 50%;
}

.cloud_image {
    /*
    z-index: 4;
    position: relative;

    background-image: url("../../image/b3.png");
    */
    /* The image used */
    /* background-color:#cccccc; */
    /* Used if the image is unavailable */
    /*background-color: #cccccc;*/
    /* 
    height: auto;
    width: auto;
*/
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/b12.png");
    /* background-color: #cccccc; */
    /* height: 283px; */
    /* width: 452px; */
    /* overflow: initial; */
    margin-top: -97px;
}

.cloud_letter {
    transition: none 0s ease 0s;
    line-height: 80px;
    border-width: 0px;
    margin: 0px;
    padding: 116px 128px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 80px;
    color: rgb(225, 13, 51);
}


/* #slider */


/*  ürünler */


/*
.flat-our-services.style1 .post:hover, .main-services .post:hover {
    box-shadow: 0 10px 40px 0 rgb(0 0 0 / 5%);
}

.flat-our-services.style1 .post .content-post h4 a:hover {
    color: #131d3b;
}

.box-line a:hover+.line:before, .box-line.active .line:before {
    left: calc(100% - 20px);
}
*/


/* hover */

.post.post-wrap:hover {
    cursor: pointer;
    color: #131d3b;
}

.flat-our-services.style1 .post:hover h4 a {
    color: #131d3b;
}

.flat-our-services.style1 .post:hover .box-line .line:before {
    left: calc(100% - 20px);
}

.post.post-wrap:hover .post .box-line h4 a {
    color: #131d3b!important;
}

.post.post-wrap:hover .content-post h3 a {
    color: #e10d33!important;
}


/* #hover */


/* #ürünler */


/* //////////////////////////////////////////////////////////////////////////////////////-*/


/* kurumsal sayfasi */

.kurumsal_partner {
    margin-top: 0;
    padding-top: 30px;
    text-align: center;
    background-color: #f2f3f5;
    padding-bottom: 30px;
}

.kurumsal_baslik {
    padding-bottom: 47px;
}

.flat-founder .content-founder {
    max-width: 716px;
}

.kurumsal_bosluk {
    padding: 20px 0 20px;
}

.parallax1 {
    background-image: url(../img/hu.jpg);
    background-size: cover;
}


/* ürün sayfasi */

.widget-service-post ul a:hover:after {
    background-color: #c70e0e;
    /* red */
}


/*
.widget-service-post ul a:hover,
.widget-service-post ul.flat-active li:nth-child(2) a {
    background-color: #1c2a5c;
}
*/

.widget-service-post ul a {
    line-height: 18px;
}

.widget-service-post ul a {
    padding: 17px 0 13px 15px;
}

.widget-service-post ul a:after {
    right: 25px;
}

.block_ol {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


/* slider gradient */


/*
  .gradient_ol::before{
    background-image: linear-gradient(to left, rgba(255,0,0,0), rgb(23 21 21));
  }
  */

.gradient_ol {
    position: relative;
    display: inline-block;
    /*  background: linear-gradient(45deg, black, transparent); */
    background: linear-gradient(rgb(19 18 18), rgb(16 16 16 / 21%), rgb(23 22 21 / 0%)) !important
    /* background: linear-gradient(to left, rgb(27 25 25 / 24%), rgb(23 21 21 / 80%)) */
    /* W3C */
}

.gradient_ol:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: -moz-linear-gradient(right, rgba(0, 9, 14, 0.5) 0%, rgba(12, 3, 1, 0.5) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(220, 66, 37, 0.5)), color-stop(100%, rgba(0, 47, 75, 0.5)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(right, rgba(0, 47, 75, 0.5) 0%, rgba(220, 66, 37, 0.5) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(right, rgba(0, 47, 75, 0.5) 0%, rgba(220, 66, 37, 0.5) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(right, rgba(0, 47, 75, 0.5) 0%, #dc422580 100%);
    /* IE10+ */
    background: linear-gradient(to left, rgb(27 25 25 / 24%), rgb(23 21 21 / 80%));
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
}

.gradient_ol:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: -moz-linear-gradient(right, rgba(0, 9, 14, 0.5) 0%, rgba(12, 3, 1, 0.5) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(220, 66, 37, 0.5)), color-stop(100%, rgba(0, 47, 75, 0.5)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(right, rgba(0, 47, 75, 0.5) 0%, rgba(220, 66, 37, 0.5) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(right, rgba(0, 47, 75, 0.5) 0%, rgba(220, 66, 37, 0.5) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(right, rgba(0, 47, 75, 0.5) 0%, rgba(220, 66, 37, 0.5) 100%);
    /* IE10+ */
    background: linear-gradient(to left, rgb(27 25 25 / 24%), rgb(23 21 21 / 80%));
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
}

.gradient_ol img {
    display: block;
}


/* slayt */

@media only screen and (min-width: 1300px) {
    .tp-parallax-wrap {
        top: 100px !important;
    }
    .tp-caption.button_slayt {
        top: 225px !important;
    }
    .tp-mask-wrap {
        overflow: initial!important;
    }
}


/* silder hiza */

@media only screen and (min-width: 1300px) {
    .tp-parallax-wrap {
        margin-left: 29px!important;
    }
    .tp-caption.button_slayt {
        margin-left: 0px!important;
    }
    .tp-mask-wrap {
        overflow: initial!important;
    }
    .top-bar .top-bar-language {
        margin-right: 56px;
    }
}

@media only screen and (min-width: 1200px) {
    .top-bar .top-bar-language {
        margin-right: 61px;
    }
}


/* 07.10.2021 */

.urun_logo img {
    height: auto !important;
    width: 130px !important;
}


/* 15.10.201 */

.icon-wrap span svg {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-size: cover;
}

.flat-our-services.style1 .post:hover .icon-wrap span svg * {
    fill: #e11a33 !important;
}

.icon-wrap span svg * {
    fill: white !important;
}


/* 16.10.2021 */

.line_azalt {
    line-height: 30px !important;
}

.heading .active {
    background-color: #131d3b;
    color: #fff;
}

.heading .active::after {
    background-color: #c70e0e;
    color: #fff;
}


/* 18.10.2021 */


/* partnerlerimiz sayfası */

.flat-our-services.style1 .post .partnerlerimiz {
    background: #fff;
    padding: 33px 75px;
}


/* insan kaynakları */


/*
.is-form {
    max-width: 47%;
    margin-right: 17px;
}
*/


/*
.medium-textarea {
    padding: 20px 20px;
    font-size: 14px;
    margin-right: 46px;
}

*/

textarea {
    height: 118px;
}

.basvuru-form textarea {
    border: 1px solid #dfdfdf;
    padding: 14px 15px;
    width: 100%;
    margin: 0 0 25px 0;
    max-width: 100%;
    resize: none;
    outline: 0;
    color: #828282;
    line-height: initial;
    background-color: #f2f3f5 !important;
    height: 124px !important;
}


/* captcha */

.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: 1px solid #e5e7f2;
    border-left: 0;
    padding-left: 93px;
    border-radius: 0 5px 5px 0;
}


/* #captcha */

#ik_buton {
    padding: 30px 59px;
    text-align: center;
    font-family: Roboto Condensed;
    font-size: 18px;
    line-height: auto;
    font-weight: 700;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #e10d33;
    display: block;
}

#ik_buton:hover {
    color: #e10d33;
    border: 1px solid #e11a33;
}

.box-shadow-large {
    box-shadow: 0 0 30px rgb(0 0 0 / 8%);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    padding: 12px 22px;
}

.ik_baslik {
    color: #e11a33;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}


/* iletişim */

.flat-contact .comment-form-author {
    width: 49% !important;
}

.flat-founder .content-founder {
    margin-top: 0 !important;
}


/* iletisim */

.flat-contact .sidebar-info .flat-widget_text ul li {
    padding-bottom: 11px;
    margin-bottom: 11px;
}

.flat-widget_text i {
    font-size: 40px !important;
}


/* MOBİLE */

@media screen and (max-width: 992px) {
    #logo_mobile {
        width: auto;
        height: 70px;
    }
}

@media only screen and (max-width: 991px) {
    .main-history {
        padding-top: 0 !important;
    }
    /*
    .flat-slider.style1 .tp-caption a {
        color: #fff;
        background-color: #e10d33;
        text-align: center;
        border: 1px solid #e10d33;
        padding: 9px 1px;
        border-radius: 4px;
        display: inline-block;
        font-family: Roboto Condensed;
        font-size: 14px;
        font-weight: 400;
    }
    */
    /* kurumsal */
    .widget-need-help a {
        font-size: 18px !important;
        color: #fff;
    }
    .widget-need-help a:before {
        color: #e10d33;
        margin-right: 20px;
        font-size: 30px;
        font-family: dustri-icon;
        content: '\e90f';
    }
    a.download {
        display: block;
        text-align: center;
        background-color: #e10d33;
        border-radius: 5px;
        color: #fff;
        font-size: 17px;
        line-height: 44px;
        font-weight: 700;
        margin-bottom: 40px;
    }
    .title-section h1 {
        margin-top: 9px;
        font-family: Roboto Condensed;
        font-size: 33px;
    }
    /* partnerlerimiz*/
    .page-title.style1 .page-title-heading h1 {
        font-size: 39px;
    }
    select {
        font-size: 15px;
    }
    .flat-slider.style1 .tp-caption a {
        padding: 8px 7px;
        font-size: 15px;
    }
    .flat-testimonials {
        padding: 17px 0 64px;
    }
    .flat-request .request-form .comment-form button {
        padding: 14px 21px;
        font-size: 17px;
    }
    .flat-company {
        padding-top: 0;
    }
    .main-home1 .flat-company .flat-carousel-box {
        padding: 35px 0;
    }
    footer.style1 .widget-about {
        margin-bottom: 10px;
    }
    footer.style1 .bottom-inner {
        margin-top: 40px;
    }
    footer.style1 .widget-about {
        width: 50%;
    }
    .main-services-details {
        padding: 50px 0 0;
    }
    .widget-service-post ul a {
        padding: 17px 51px 13px 15px;
    }
    .flat-contact .submit-form button {
        padding: 14px 14px;
        font-size: 15px;
    }
    .captcha input[type="text"] {
        width: 179px;
    }
    .captcha small {
        font-size: 12px;
    }
    /*insan kaynaklari*/
    .captcha .form-control.staj-basvuru {
        width: 156px;
        height: 35px;
    }
    #ik_buton {
        padding: 17px 26px;
    }
    /*rakam */
    .flat-counter .wrap-bg .numb-count .number_plus {
        font-family: Roboto Condensed !important;
        font-size: 60px !important;
        line-height: 50px !important;
        font-weight: 400 !important;
        color: #e10d33 !important;
    }
}



/* 20.10.2021 14:05 */

.widget-service-post ul.kurumsal a {
    padding: 25px 0 25px 15px;
}

.widget-need-help a {
    font-size: 27px;
}

.main-history {
    padding: 50px 0 0;
}

.flat-contact.bg-one-third:before {
    content: '';
    width: 43%;
}



/* ürün sayfasi satir sinir*/
.max_lenght{
        display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;  
      overflow: hidden;
      min-height: 84px;
}


/* 21.10.2021  09.33  */

@media screen and (max-width: 975px) {
    .content-counter.industries {
            margin-bottom: 30px;
    }
}


/* faks */

#faks1,#faks2{
    width: 13%;
}

/*
.faks:before {
    background-image:<?$ass?>;
}

*/

/* ileitism arkarenk */
@media screen and (max-width: 1200px) {
    .flat-contact.bg-one-third:before {
        content: none;
        /* width: 43%; */
    }
}

@media screen and (max-width: 425px) {
    footer.style1 .widget-menu ul {
        margin-top: 0;
    }
}


@media screen and (min-width: 984px) {
    footer.style1 .widget-menu ul {
        margin-top: 0px;
        display: inline-flex;
    }
}


.flat-latest .post .content-post h3 a {
    font-size: 23px !important;
}



.flat-slider.style1 .tp-caption a {
    padding: 11px 26px !important;
}

/* 28.10.2021*/
#mainnav ul.sub-menu>li{

    line-height: 25px;
}
/* logo */
@media screen and (min-width: 1200px) {
    .header-wrap-inner.style1 .header-top-logo img {
        max-width: 100%;
    }
}
.resp-logo-height{
    height:70px!important;
}
@media screen and (min-width: 991px) {
  .resp-logo{
      height:0px;        display:none!important;
    }
}

@media screen and (max-width: 991px) {
  .web-logo{
        display:none!important;
    }
}
