*, ::after, ::before {
    box-sizing: border-box;
}
body{
    font-family: Arial;
}
img{
    width: 100%;
}
.container{
    margin-right: auto;
    margin-left: auto;
    max-width: 520px;
}
.container2{
    margin-right: auto;
    margin-left: auto;
    max-width: 600px;
}
.header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 50px;
}
.header a{
    text-decoration: none;
    color:#000000;
    font-size:20px;
    display: flex;
    align-items: center;
}
.header .title{

    font-size:25px;
}
.header a span.back{
    color:#000000;
    margin-right: 30px;
}
.header a span{
    color:#ffffff;
}



.mnhexagon {
    position: relative;
    width: 95px;
    height: 75px;
    background-color: #64C7CC;
    margin: 10px 0;
    font-size:20px;
    text-align: center;
    display: block;
    text-decoration: none;
    padding-top: 20px;
    margin-right: 20px;
}


.mnhexagon:before,
.mnhexagon:after {
    content: "";
    position: absolute;
    top:0;
    width: 0;
    border-top: 37.5px solid transparent;
    border-bottom: 37.5px solid transparent;
}

.mnhexagon:before {
    left: 100%;
    border-left-width: 20px !important;
}

.mnhexagon:after {
    right:100%;

    border-right-width: 50px !important;
}
/*bitiş*/



.three-row{
    display: flex;
}
.three-row .f-left{
    margin-right: 32px;
    margin-top: 118px;
}
.three-row .f-right{
    margin-left: 32px;
    margin-top: 118px;
}
.three-row .e-left{
    margin-right: 32px;
    margin-top: -32px;
}
.three-row .e-right{
    margin-left: 32px;
    margin-top: -32px;
}
.three-row.mt-up{
    margin-top: -84px;
}

.hexagon {
    position: relative;
    width: 150px;
    height: 150px;
    background-color: #64C7CC;
    margin: 43.30px 0;
    font-size:20px;
    text-align: center;
    display: block;
    text-decoration: none;

    padding-top: 50px;
}
.one-row .hexagon{
    margin-left: 182px;
    margin-top: -115px;
}

.hexagon:before,
.hexagon:after {
    content: "";
    position: absolute;
    top:0;
    width: 0;
    border-top: 75px solid transparent;
    border-bottom: 75px solid transparent;
}

.hexagon:before {
    left: 100%;
    border-left: 30px solid #64C7CC;
}

.hexagon:after {
   right:100%;
    border-right: 30px solid #64C7CC;
}

/*color*/
.clr-technotex{
    background-color: #ed1c24;
    color:#ffffff;
}
.clr-technotex:before {
    left: 100%;
    border-left: 30px solid #ed1c24;
}
.clr-technotex:after {
    right:100%;
    border-right: 30px solid #ed1c24;
}

.clr-silicatom{
    background-color: #49733f;
    color:#ffffff;
}
.clr-silicatom:before {
    left: 100%;
    border-left: 30px solid #49733f;
}
.clr-silicatom:after {
    right:100%;
    border-right: 30px solid #49733f;
}


.clr-iplik{
    background-color: #D97014;
    color:#ffffff;
}
.clr-iplik:before {
    left: 100%;
    border-left: 30px solid #D97014;
}
.clr-iplik:after {
    right:100%;
    border-right: 30px solid #D97014;
}

.clr-makina{
    background-color: #3aaedf;
    color:#ffffff;
}
.clr-makina:before {
    left: 100%;
    border-left: 30px solid #3aaedf;
}
.clr-makina:after {
    right:100%;
    border-right: 30px solid #3aaedf;
}


.clr-serbest{
    background-color: #BF9A2C;
    color:#ffffff;
}
.clr-serbest:before {
    left: 100%;
    border-left: 30px solid #BF9A2C;
}
.clr-serbest:after {
    right:100%;
    border-right: 30px solid #BF9A2C;
}


.clr-enstitu{
    background-color: #542773;
    color:#ffffff;
}
.clr-enstitu:before {
    left: 100%;
    border-left: 30px solid #542773;
}
.clr-enstitu:after {
    right:100%;
    border-right: 30px solid #542773;
}


.clr-refik{
    background-color: #0f0f1e;
    color:#ffffff;
}
.clr-refik:before {
    left: 100%;
    border-left: 30px solid #0f0f1e;
}
.clr-refik:after {
    right:100%;
    border-right: 30px solid #0f0f1e;
}



.clr-white{
    background-color: #ffffff;
    color:#ffffff;
}
.clr-white:before {
    left: 100%;
    border-left: 30px solid #ffffff;
}
.clr-white:after {
    right:100%;
    border-right: 30px solid #ffffff;
}

.clr-hongkong{
    background-color: #607d8b;
    color:#ffffff;
}
.clr-hongkong:before {
    left: 100%;
    border-left: 30px solid #607d8b;
}
.clr-hongkong:after {
    right:100%;
    border-right: 30px solid #607d8b;
}





.col-6{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
}
.col-12{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
}

.content .text{
    padding-top: 5px;
    padding-bottom: 5px;
}
.content .img-list{
    margin-top: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;

    align-items: center;
}
