﻿.banner {
    height: 333px;
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
}

.content {
    position: relative;
    background: #fff;
}

.divider {
    width: 100%;
    height: 1px;
    background: #ccc;
    float: left;
    margin: 0px 0px 25px 0px;
    text-align: center;
    position: relative;
}

    .divider img {
        position: absolute;
        top: -45px;
        margin-left: -45px;
    }

.bold {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 900;
    font-size: 26px;
    margin-bottom: 15px;
}

.owl-dots {
    position: relative;
    top: 0px;
    right: 0;
    text-align: center;
    margin: 9px 0px;
}

.owl-dot {
    display: inline-block;
    margin: 0px 5px;
}

.owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    background: #c1c1c1;
    border-radius: 50%;
    display: block;
}

.owl-dots .owl-dot.active span {
    background: #ec2a3a;
}

.page_header {
    padding: 36px 15px 15px;
}

    .page_header .breadcrumb {
        font-family: 'Roboto', sans-serif;
        font-size: 10px;
        font-weight: 500;
        margin-bottom: 0;
        padding: 0;
        border-radius: 0;
    }

    .page_header h1 {
        font-family: 'Titillium Web', sans-serif;
        font-weight: 900;
        font-size: 36px;
        border-bottom: 1px solid #cdcdcd;
        padding-bottom: 16px;
    }

.sidebar_menu {
    margin-bottom: 30px;
    padding-bottom: 15px;
    /*float: left;*/
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
}

    .sidebar_menu li {
        position: relative;
        width: 100%;
        font-family: "Roboto", sans-serif;
    }

        .sidebar_menu li a {
            display: block;
            font-family: 'Roboto', sans-serif;
            font-weight: 700;
            color: #58595b;
            font-size: 14px;
            padding: 10px 10px 4px;
            width: 100%;
        }

.content h3 {
    font-family: 'Titillium Web', sans-serif;
    color: #f21414;
    /*font-weight: 900;*/
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -1px;
    line-height: 18px;
    margin-bottom: 14px;
}

.content h4 {
    font-family: 'Titillium Web', sans-serif;
    color: #58595b;
    font-weight: 900;
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 18px;
    margin-bottom: 14px;
}

.content p {
    margin-bottom: 19px;
    font-family: "Roboto", sans-serif;
    letter-spacing: -0.5px;
    font-size: 14px;
}

.content .banner-img {
    margin-bottom: 15px;
}

.what_koopera h4 {
    color: #f21414;
}

.what_koopera .uyeol .header {
    text-align: center;
}

.what_koopera .uyeol h3 {
    font-family: 'Titillium Web', sans-serif;
    color: #f21414;
    font-weight: 900;
    font-size: 22px;
    letter-spacing: -1px;
    line-height: 18px;
    text-align: center;
    border-bottom: 1px solid #f21414;
    display: inline-block;
    padding: 0 40px 23px;
    position: relative;
    margin-bottom: 10px;
}

    .what_koopera .uyeol h3:after {
        content: url(/Content/Themes/Images/elipse.png);
        position: absolute;
        bottom: -12px;
        left: -2px;
        right: 0;
        margin: auto;
        width: 42px;
    }

.what_koopera .content p {
    line-height: 18px;
    font-size: 13px;
    width: 49%;
    display: inline-block;
    color: #494a4d;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    vertical-align: top;
}

.what_koopera .content .pushingleft {
    padding-left: 35px;
    vertical-align: top;
}

.content .right-text {
    text-align: right;
}


.what_koopera .what_koopera_text strong {
    color: #f32424;
    width: 100%;
    position: relative;
    display: block;
    font-size: 16px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
}

    .what_koopera .what_koopera_text strong::after {
        content: "";
        width: 100%;
        background: #f32424;
        height: 1px;
        position: absolute;
        top: 15px;
        margin-left: 5px;
    }

.what_koopera .what_koopera_text img {
    display: inline-block;
    width: 185px;
    margin-top: 0px;
    float: right;
}

.what_koopera .what_koopera_text .whattoright p {
    margin-left: 19%;
}

.what_koopera .what_koopera_text .whattoright img {
    float: left;
    margin-right: 10px;
}

.what_koopera .what_koopera_text .whattoright strong {
    text-align: right;
}

    .what_koopera .what_koopera_text .whattoright strong::after {
        content: "";
        width: 100%;
        background: #f32424;
        height: 1px;
        position: absolute;
        top: 15px;
        margin-left: 5px;
        left: -82px;
    }

.what_koopera .what_koopera_text .diffrentafter::after {
    content: "";
    width: 60%;
}

.what_koopera .what_koopera_text .noafter::after {
    display: none;
}

.insert-img {
    margin-top: 130px;
    margin-bottom: 50px;
}

@media screen and (max-width:768px) {
    .what_koopera .content .row,
    .content .right-text {
        text-align: center;
        margin-top: 10px;
    }

    .insert-img {
        margin-top: 70px;
        margin-bottom: 30px;
    }

    .content .line {
        display: none;
    }

    .what_koopera .what_koopera_text strong::after {
        display: none;
    }

    .what_koopera .what_koopera_text,
    .what_koopera .what_koopera_text strong,
    .what_koopera .what_koopera_text .whattoright strong,
    .what_koopera .what_koopera_text .whattoright p,
    .what_koopera .what_koopera_text .whattoleft p {
        text-align: center;
        float: none;
        margin: auto;
        display: block;
        width: 100%;
    }

        .what_koopera .what_koopera_text img,
        .what_koopera .what_koopera_text .whattoright img {
            float: none;
            display: block;
            margin: auto;
            width: 125px;
            text-align: center;
        }

        .what_koopera .what_koopera_text .whattoright img {
            padding: 20px 0px;
        }

    .what_koopera .content .pushingleft {
        padding: 0px;
    }
}


/*******************Experience************/
.all, .continue {
    font-family: 'Roboto', sans-serif;
    float: left;
    color: #6a6a6a;
    font-size: 12px;
    font-weight: 500;
    margin-top: 12px;
    margin-bottom: 10px;
}

    .continue:after {
        position: relative;
        content: url(/Content/Themes/Images/detail_info_arrow.png);
        top: 4px;
        margin-left: 3px;
    }

#what_koopera {
    background: #f3f3f3;
    margin-top: 30px;
}

.experience {
    padding-top: 58px;
    padding-bottom: 30px;
    font-family: 'Titillium Web', sans-serif;
    letter-spacing: 0.2px;
}

    .experience .owl-dots {
        margin-left: 15px;
    }

    .experience video {
        width: 100%;
    }

    .experience h3 {
        font-size: 30px;
        font-weight: 400;
        margin-left: 35px;
        margin-top: 15px;
    }

    .experience h4 {
        font-size: 36px;
        font-weight: 900;
        line-height: 28px;
        margin-left: 35px;
    }

    .experience .box p {
        margin-left: 35px;
    }

    .experience .box {
        position: relative;
        padding: 13px 0px 45px 0px;
    }



    .experience .divider {
        border-bottom: 1px solid #dcdcdc;
        margin: 20px 0 0px;
    }

    .experience .continue {
        margin-left: 35px;
    }

    .experience span.italic {
        display: block;
        font-size: 14px;
        font-style: italic;
        margin-left: 35px;
        margin-top: 15px;
    }
/********************Kurumsal*****************/


.timeline {
    float: left;
    width: 100%;
}

    .timeline img {
        width: 100%;
        float: left;
        margin: 80px 0px;
    }

    .timeline > .container > h3 {
        font-family: "Roboto", sans-serif;
        font-size: 36px;
        color: #58595b;
        font-weight: bold;
        text-align: center;
        margin-top: 63px;
    }

    .timeline > .container > p {
        font-size: 16px;
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        text-align: center;
        margin-top: 25px;
    }

        .timeline > .container > p:after {
            content: "";
            width: 100%;
            float: left;
            height: 66px;
            background: url(../../Images/handicon.png) bottom right no-repeat;
            border-bottom: 1px solid #ccc;
            margin-bottom: 25px;
        }


.sidebar_menu li a:hover,
.sidebar_menu li a.active {
    background: #c3c3c3;
    color: #4d4d4d;
    opacity: 1;
}

.breadcrumb {
    background: none;
}


.sidebar_menu li a {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #4d4d4d;
}

.dropdown-menu {
    position: relative;
    float: left;
    width: 100%;
    box-shadow: none;
    border: none;
    display: block;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
}



/*************REFERANSLARIMIZ******************/
#referances > .container > .row > .content > article {
    float: left;
}

.reffirstli {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
}

.reflastli {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    margin: 15px 0px;
    padding: 15px 0px;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}


.blocks img {
    width: 100%;
    margin-bottom: 30px;
}

.blocks > div {
    padding: 0px 15px;
}

    .blocks > div > h3 {
        float: left;
        width: 100%;
        text-align: left;
        color: #58595b;
        font-size: 14px;
        font-family: "Roboto", sans-serif;
        font-weight: bold;
        margin-bottom: 5px;
        padding-top: 10px;
    }

    .blocks > div > p {
        font-size: 11px;
        font-family: "Roboto", sans-serif;
        margin: 5px 0px;
        line-height: normal;
    }

    .blocks > div > a {
        font-size: 11px;
        font-family: "Roboto", sans-serif;
        margin: 5px 0px;
        font-weight: 600;
        float: left;
    }
/************SERVISLER*************/
#services > .container > .row > .content > article {
    float: left;
}


/**********AKADEMİ***********/

/********KOOPERA */
#kooperaslide {
    float: left;
    width: 100%;
}

/*******İLETİŞİM*********/
.adress1 > h3 {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #6a6a6a;
    float: left;
    width: 100%;
    margin-bottom: 14px;
}

.adress1 > p > span {
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    color: #6a6a6a;
}

.adress1 > a {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #6a6a6a;
}

.adress2 > p > span {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    color: #6a6a6a;
}

.adress2 > a {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #6a6a6a;
}

#benburdayasarim .adress1 {
    position: relative;
    margin-top: 5px;
}



@media screen and (max-width:768px) {
}

.contactform {
    padding-bottom: 10px;
}

    .contactform .divider {
        background: #ed1c24;
        margin-bottom: 0px;
    }

        .contactform .divider.gray {
            background: #ccc;
            margin-bottom: 18px;
        }

    .contactform .form-group {
        margin-bottom: 3px;
        position: relative;
    }

#benburdayasarim .form-group {
    margin-bottom: 10px;
}

.contactform .form-control {
    font-size: 10px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    border-radius: 0;
    border-color: #cdcdcd;
    color: #6a6a6a;
    outline: none !important;
    box-shadow: none;
}

    .contactform .form-control:not(textarea) {
        height: 27px;
    }

.contactform textarea {
    height: 115px;
    resize: none;
}

    .contactform textarea.textarea2 {
        height: 85px;
    }

    .contactform textarea.textarea3 {
        height: 57px;
    }

.contactform p {
    margin-top: 10px;
    font-family: "Roboto",sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0.2px;
}

    .contactform p span {
        display: inline-block;
        width: 60px;
    }

    .contactform p strong {
        font-weight: 900;
        font-size: 20px;
        color: #ed1c24;
    }

.contactform text {
    font-size: 20px;
    font-weight: 900;
    color: #dbdbdb;
    line-height: 23px;
}

.contactform button {
    text-align: center;
    color: #fff;
    padding: 5px 0px;
    font-family: "Roboto",sans-serif;
    font-weight: bold;
    font-size: 12px;
    background: url(/Content/Themes/Images/btnbg.jpg);
    width: 100%;
    border: none;
    height: 25px;
    display: block;
    margin: 0 auto;
}

#benburdayasarim button {
    width: 220px;
}

#benburdayasarim select {
    position: relative;
    margin-top: -9px;
    margin-bottom: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(/Content/Themes/Images/arrow_down.png) no-repeat calc(100% - 11px);
}

#benburdayasarim .individe {
    margin-top: 22px;
}

#benburdayasarim .radio-container {
    position: relative;
    display: block;
    margin-bottom: 18px;
}

    #benburdayasarim .radio-container .radio {
        display: inline-block;
        color: #58595b;
        font-size: 11px;
        font-family: "Roboto",sans-serif;
        padding-left: 28px;
        position: relative;
        padding-right: 25px;
        margin-right: 25px;
    }

        #benburdayasarim .radio-container .radio:first-of-type:after {
            content: '';
            position: absolute;
            width: 1px;
            height: 24px;
            background: #58595b;
            right: 0;
            top: -5px;
        }

    #benburdayasarim .radio-container input[type="radio"] {
        margin: 0px 0 0 -27px;
        padding: 0;
        float: left;
        display: inline-block;
        z-index: 1;
        position: relative;
        opacity: 0;
    }

        #benburdayasarim .radio-container input[type="radio"] + label {
            background: url(/Content/Themes/Images/radio.png) no-repeat;
            position: absolute;
            width: 15px;
            height: 15px;
            display: block;
            position: absolute;
            top: -1px;
            left: 0;
        }

        #benburdayasarim .radio-container input[type="radio"]:checked + label {
            background: url(/Content/Themes/Images/radio_selected.png) no-repeat;
        }

#benburdayasarim #select,
#benburdayasarim #cityanddistrict {
    opacity: 0;
    visibility: hidden;
    display: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    #benburdayasarim #select.show,
    #benburdayasarim #cityanddistrict.show {
        display: block;
        opacity: 1;
        visibility: visible;
    }

.contactform .navbar-left {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
}

    .contactform .navbar-left .form-control {
        height: 33px;
        padding-right: 70px;
        width: 100%;
    }

    .contactform .navbar-left .btn-default {
        width: 62px;
        height: 33px;
        position: absolute;
        top: 0;
        right: 0;
        background: url(/Content/Themes/Images/btnbg.jpg);
        border-radius: 0;
    }

        .contactform .navbar-left .btn-default:hover {
            color: #fff;
        }

.contactmap {
    border-top: 1px solid #cdcdcd;
    margin-top: 27px;
    padding-top: 20px;
    position: relative;
}

    .contactmap:before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 6px 0 6px;
        border-color: #cdcdcd transparent transparent transparent;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .contactmap ul {
        text-align: right;
        color: #58595b;
        font-size: 11px;
        font-family: "Roboto",sans-serif;
    }

        .contactmap ul li {
            list-style: none;
            display: inline-block;
        }

            .contactmap ul li:before {
                width: 12px;
                height: 12px;
                border-radius: 50%;
                display: block;
                content: '';
                float: left;
                margin-top: 1px;
                margin-right: 27px;
            }

            .contactmap ul li:first-of-type {
                margin-right: 25px;
            }

                .contactmap ul li:first-of-type:before {
                    background: #1a65a7;
                }

            .contactmap ul li:last-of-type:before {
                background: #b71435;
            }

#map {
    margin-top: 20px;
    width: 100%;
    height: 500px;
    display: block;
    margin-bottom: 20px;
}

#iw-container {
    text-align: center;
}

    #iw-container #iw-header {
        font-family: "Roboto",sans-serif;
        font-weight: 900;
        font-size: 27px;
        margin-top: 17px;
        margin-bottom: 7px;
    }

    #iw-container .divider {
        width: 190px;
        margin: 0 0 5px;
    }

    #iw-container #iw-body {
        font-family: "Roboto",sans-serif;
        font-weight: 300;
        font-size: 16px;
    }

@media screen and (max-width:767px) {
    #benburdayasarim .radio-container .radio:first-of-type:after {
        display: none;
    }

    #select {
        padding-top: 28px;
    }

    .contactmap ul {
        text-align: left;
    }
}
/**************************SSS**********************/
#sss .collapse-btn {
    cursor: pointer;
    position: relative;
}

#sss .collapse-body p {
    font-size: 12px;
}

#sss .collapse-btn.isopen p {
    font-weight: 700;
}

#sss .collapse-btn.isopen:after {
    content: url(/Content/Themes/Images/close.png);
    position: absolute;
    top: 0;
    right: 0;
}
/**************************ASK US**********************/
#askus {
    background: #f5f5f5;
    padding-bottom: 40px;
}
/**************************KOOPERA UYE**********************/
#uyegiris .banner {
    margin-top: 20px;
    position: relative;
}

    #uyegiris .banner .caption {
        position: absolute;
        bottom: 0;
        background: rgba(0, 0, 0, 0.80);
        width: 100%;
        padding: 15px 8px;
    }

        #uyegiris .banner .caption h1 {
            font-family: 'Titillium Web', sans-serif;
            letter-spacing: 0.2px;
            font-size: 43px;
            line-height: 43px;
            float: left;
            font-weight: 900;
            color: #fff;
        }

        #uyegiris .banner .caption figure {
            float: right;
        }

            #uyegiris .banner .caption figure img,
            #uyegiris .banner .caption figure figcaption {
                display: inline-block;
                vertical-align: middle;
                color: #fff;
                margin-top: 15px;
            }

            #uyegiris .banner .caption figure figcaption {
                margin-left: 20px;
                font-size: 20px;
            }

@media screen and (max-width:768px) {
    #uyegiris .banner .caption h1 {
        font-size: 22px;
        line-height: 22px;
        float: none;
        text-align: center;
    }

    #uyegiris .banner .caption figure {
        float: none;
        text-align: center;
    }
}

/***************ZEKERİYAKÖY *****************/

.fancybox-button--right {
    position: absolute;
    right: 20px;
    top: 300px;
}

.fancybox-button--left {
    position: absolute;
    left: 20px;
    top: 300px;
}
/**İÇ SAYFA FORMU**/

.pageform {
    background: url(/Content/Themes/Images/startbg.png) no-repeat;
    background-size: cover;
    display: none;
    padding-top: 10px;
}

    .pageform input[name=name] {
        margin-top: 20px;
    }

    .pageform input,
    .pageform textarea,
    .pageform button {
        border-radius: 0px;
        font-family: "Roboto", sans-serif;
        font-size: 12px;
        resize: none;
    }

    .pageform button {
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: 900;
        color: #fff;
        background: url(/Content/Themes/Images/btnbg.jpg);
        border: none;
        border-radius: 0;
        font-family: 'Titillium Web', sans-serif;
        display: block;
        padding: 0px 12px;
        float: none;
        margin: auto;
    }

    .pageform .form-group {
        margin-bottom: 10px;
    }

@media screen and (max-width: 768px) {
    .pageform {
        display: block;
    }
}
/**************************nasıl çalışır**************/
.diagram_row {
    display: table;
    width: 100%;
    text-align: left;
    position: relative;
}

    .diagram_row .diagram-column p {
        width: auto;
    }

    .diagram_row .diagram-column {
        display: table-cell;
        width: 50%;
        vertical-align: bottom;
        height: 105px;
        position: relative;
        cursor: pointer;
    }

        .diagram_row .diagram-column img {
            position: absolute;
            bottom: 0;
        }

    .diagram_row.left .diagram-column a img {
        opacity: 1;
    }

    .diagram_row.left:hover .diagram-column:first-of-type,
    .diagram_row.left.active .diagram-column:first-of-type {
        border-right: 1px solid #f21414;
        border-bottom: 1px solid #f21414;
    }

    .diagram_row .diagram-column img:last-of-type {
        opacity: 0;
    }

    .diagram_row:hover .diagram-column img:first-of-type,
    .diagram_row:hover .diagram-column img:last-of-type,
    .diagram_row.active .diagram-column img:first-of-type {
        opacity: 0;
    }

    .diagram_row:hover .diagram-column img:last-of-type,
    .diagram_row:hover .diagram-column img:first-of-type,
    .diagram_row.active .diagram-column img:last-of-type {
        opacity: 1;
    }

    .diagram_row.left .diagram-column:first-of-type {
        border-right: 1px solid #58595b;
        border-bottom: 1px solid #58595b;
        padding: 32px 32px 0 0;
    }

    .diagram_row.right .diagram-column:first-of-type {
        border-right: 1px solid #58595b;
        padding: 32px 32px 0 0;
    }

    .diagram_row.right .diagram-column:last-of-type {
        padding: 32px 32px 0 50px;
        border-bottom: 1px solid #58595b;
    }

    .diagram_row.right:hover .diagram-column:last-of-type {
        border-bottom: 1px solid #f21414;
    }

    .diagram_row.right .diagram-column img {
        right: 32px;
    }

    .diagram_row.left .diagram-column img {
        left: 50px;
    }

    .diagram_row .diagram-column span {
        width: 44px;
        height: 44px;
        background: #58595b;
        color: #fff;
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        text-align: center;
        font-family: 'Titillium Web', sans-serif;
        font-size: 20px;
        font-weight: 900;
        border-radius: 50%;
        padding-top: 8px;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        right: -22px;
        bottom: -22px;
        z-index: 1;
    }

    .diagram_row.left .diagram-column a {
        position: absolute;
        right: 0;
        bottom: -45px;
        z-index: 1;
        display: block;
        width: 90px;
        height: 90px;
    }



    .diagram_row:hover span,
    .diagram_row.active .diagram-column span {
        background: #f21414;
        width: 83px;
        height: 83px;
        font-size: 50px;
        right: -41.5px;
        bottom: -41.5px;
    }

    .diagram_row.right:hover .diagram-column:first-of-type {
        border-right: 1px solid #f21414;
    }

.what_koopera .divider {
    background: #58595b;
}

.what_koopera .insert-img span {
    position: absolute;
    background: #58595b;
    width: 83px;
    height: 83px;
    color: #fff;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 900;
    font-size: 20px;
    border-radius: 0;
    border-radius: 50%;
    padding-top: 27px;
    bottom: -41.5px;
    margin-left: -35px;
}

.what_koopera .header2 {
}

    .what_koopera .header2 h3 {
        border-top: 1px solid #f21414;
        padding-top: 20px;
        margin-top: 40px;
    }

        .what_koopera .header2 h3:before {
            content: url(/Content/Themes/Images/elipse_top.png);
            position: absolute;
            width: 42px;
            top: -18px;
            left: -2px;
            right: 0;
            margin: auto;
        }
         .what_koopera .description{
             background:#f21414;
             max-width:500px;
             width:100%;
             border-radius:20px;
             position:relative;
             margin:auto;
             text-align:center;
             margin-top:17px;
         }
          .what_koopera .description:before{
              content:'';
              width:1px;
              height:17px;
              top:-17px;
              left:0;
              right:0;
              margin:auto;
              position:absolute;
              background:#f21414;
          }
           .what_koopera .description p{
             color:#fff;
             width:100%;
             margin:0;
             padding:20px 25px;
           }
@media screen and (max-width:767px) {
    .what_koopera .insert-img {
        margin-top: 130px;
        margin-bottom: 50px;
    }
     .diagram_row.right .diagram-column:last-of-type {
        padding-left: 15px;
    }
}
