

.divCircle1{

    position: absolute;

    width: 41em;
    height: 38em;

    top:2em;
    left:-2em;

    /*border:1px solid red;*/


    background-image: url('../img/hak_circle1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

    z-index: -1;


}

.divCircle2{

    position: absolute;
    /*display: none;*/

    width: 46em;
    height: 59em;

    top:1.5em;
    right:-3em;

    /*border:1px solid red;*/


    background-image: url('../img/hak_circle2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

    z-index: -1;


}


#hakkimizda_mainText{

    position: relative;

    height: 22em;
    width: 90%;

    margin:0 auto;
    padding: 2em 0;

    color:#f2f2f2;

    /*border:1px solid red;*/

}
#hakkimizda_mainText p{

    text-align:center;
    /*border:solid 1px yellow;*/

    margin: 0;

}

.divVideo1{

    position: relative;

     height: 24em;
    width: 40em;

    margin: auto;

    /*border:1px solid red;*/
}

.divAlt{

    position: relative;

    height: 55em;
    width: 90%;

    margin: 2em auto 0 auto;

    /*border:solid 1px red;*/

    text-align: center;

}

.divLeftContainer{

    position: relative;
    display: inline-block ;
    vertical-align: top;

    width: 49%;
    height: 100%;

  /*text-align: center;*/

     /*border:solid 1px red;*/
}

.divHizmet{

    position: relative;

    height:15em;
    width: 23em;

    padding: 1em;
    margin: 1em auto;


    text-align: left;
    color:#f2f2f2;

    background: linear-gradient(0deg, black 0%,black 20%, #484848 100%);

    border-radius: 1em;
     /*border:solid 1px red;*/

}

.divHizmet img{

    position: absolute;

    top:-0.5em;
    left: -0.4em;

    width: 3em;

}

.divHizmet h1{

    position: relative;

    left:1em;
    top:-0.5em;


    margin: 0;
    padding: 0;

    font-family: "Exo Bold", Helvetica, sans-serif;
    font-size: 1em;
    /*font-weight: bold;*/

}
.divHizmet p{

    position: relative;

    width: 95%;

    top:-1em;
    left:1em;

    font-size: 0.9em;


}

.divVizyon{

    position: relative;

    height:8em;
    width: 23em;

    padding: 1em;
    margin: 1em auto;


    text-align: left;
    color:#f2f2f2;

    background: linear-gradient(0deg, black 0%, black 20%, #484848 100%);

    border-radius: 1em;
     /*border:solid 1px red;*/

}

.divVizyon img{

    position: absolute;

    top:-0.5em;
    left: -0.4em;

    width: 3em;

}

.divVizyon h1{

    position: relative;

    left:1em;
    top:-0.5em;


    margin: 0;
    padding: 0;

    font-family: "Exo Bold", Helvetica, sans-serif;
    font-size: 1em;
    /*font-weight: bold;*/

}
.divVizyon p{

    position: relative;

    width: 95%;

    top:-1em;
    left:1em;


    font-size: 0.9em;


}

.divMisyon{

    position: relative;

    height:16em;
    width: 23em;

    padding: 1em;
    margin: 1em auto;


    text-align: left;
    color:#f2f2f2;

    background: linear-gradient(0deg, black 0%,black 20%, #484848 100%);

    border-radius: 1em;
     /*border:solid 1px red;*/

}

.divMisyon img{

    position: absolute;

    top:-0.5em;
    left: -0.4em;

    width: 3em;

}

.divMisyon h1{

    position: relative;

    left:1em;
    top:-0.5em;


    margin: 0;
    padding: 0;

    font-family: "Exo Bold", Helvetica, sans-serif;
    font-size: 1em;
    /*font-weight: bold;*/

}
.divMisyon p{

    position: relative;

    width: 95%;

    top:-1em;
    left:1em;


    font-size: 0.9em;


}




.divRightContainer{

    position: relative;
    display: inline-block;
    vertical-align: top;

    width: 50%;
    height: 100%;

     background: radial-gradient(farthest-side at 50% 50% , #171723 0%, rgba(0,0,0,0) 100%);

     /*border:solid 1px red;*/
}

.divRightContainer img{

    position: relative;

    height: 100%;

    top:2em;
}