.secSlider{

    position: relative;

    height: 34em;

    margin-top:4em;


    /*background-color: red;*/
    /*border:1px solid red;*/

}

.divReferans{

    position: absolute;

    width: 53em;
    height: 8em;

    top:10em;
    left:22em;


    /*border:1px solid red;*/

}

.divMarka{

    position:relative;
    display: inline-block;
    vertical-align: top;


    height: 9em;

    margin-top:1em;


    /*border:1px solid red;*/


}
/*.divMarka:after{

    position: absolute;
    content: '';

    width: 100%;
    height: 2em;

    bottom:0;
    left:0;

    background-image: radial-gradient( farthest-side at 50% 50% , rgba(0, 0, 0, 0.15) 0%, transparent 100%);
}*/


.divMarka img{
    position: relative;

    width: 100%;

}
.marka1{

    margin-left: 0;
    width: 10em;
}
.marka1 img{

    top:2.5em;
}

.marka2{
    margin-left: 1.5em;
    width: 6em;
}
.marka2 img{

    top:1.5em;
}

.marka3{
    margin-left: 1.5em;
    width: 10em;
}
.marka3 img{

    top:2.5em;
}

.marka4{
    margin-left: 1.5em;
    width: 9em;
}
.marka4 img{

    top:2.0em;
}

.marka5{
    margin-left: 1.5em;
    width: 11em;
}
.marka5 img{

    top:1.5em;
}




.secUst{

    position: relative;

    height: 20em;

    margin-top:4em;

    /*border:1px solid red;*/

    /*background-color: red;*/

}




.divLeft2{
    position: absolute;


    width: 20em;
    height: 4em;

    top:0em;
    left:0;

    border-top-right-radius: 4em 5em;

   /*background-color:hsl(357, 77%, 56%);

    background-image:linear-gradient(to bottom, rgba(0,0,0,0.30) 0%, transparent 30%),

                     repeating-linear-gradient(45deg, hsl(357, 77%, 50%), hsl(357, 77%, 50%) 0.2em, transparent 0.2em, transparent 0.4em),
                     repeating-linear-gradient(-45deg, hsl(357, 77%, 50%), hsl(357, 77%, 50%) 0.2em, transparent 0.2em, transparent 0.4em),
                     linear-gradient(to bottom, transparent 0%, hsl(357, 77%, 50%) 90%);*/

    background:
            linear-gradient(to bottom, transparent 0%, hsl(357, 77%, 49%) 100%),
            linear-gradient(to bottom, rgba(0,0,0,0.30) 0%, transparent 30%),

            url(

data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAJ0lEQVQYV2O8K6v2nwEPYCRagSATM4o57//9BfPhJtBBAS6PEPQFAHXBHQFRgxeLAAAAAElFTkSuQmCC
    ) repeat;






    /*border:1px solid yellow;*/


}

/*.divRight2Up{

    position: absolute;
    display: none;


    width:60em;
    height: 2em;

    top:0em;
    left:20em;



    !*overflow: hidden;*!

    background-color: #e7e7e7;

    border:1px solid yellow;

}*/

.divRight2{

    position: absolute;


    width:64em;
    height: 4em;

    top:4em;
    left:20em;

    border-bottom-left-radius: 8em 6em;


    /*overflow: hidden;*/

    background-color: #e7e7e7;

    /*border:1px solid yellow;*/

}

.divRedBack{

    position: absolute;


    width:100%;
    height: 30em;

    top:4em;
    left:0;


    /*overflow: hidden;*/

    background-color: hsl(357, 77%, 49%);

    color: #ee1f29;


    /*border:1px solid yellow;*/

}

.divBaslik{

    position: absolute;

    width: 18em;
    height: 3em;

    top:1.5em;
    left:1em;

    text-align: center;

    /*z-index:4;*/

    /*border:1px solid yellow;*/
}

.divBaslik h1{

    position: relative;
    /*display: inline-block;*/

    /*top:0.5em;*/
    /*left:1.5em;*/

    margin: 0;

    font-size: 2.0em;
    font-family: 'Ubuntu Bold' , Helvetica, sans-serif;

    color:#e2e4e3;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);


   /* color: black;
    text-shadow: 1px 1px 0px #DD1D26, 1px -1px 0px #DD1D26, -1px -1px 0px #DD1D26, -1px 1px 0px #DD1D26;

    background: white;

    opacity: 0.9;*/



}

/*.divBaslik h1:before, .divBaslik h1:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.divBaslik h1:before {

  background: linear-gradient(to right, rgb(179, 179, 179) 0%, rgb(200, 200, 200) 15%, rgb(179, 179, 179) 46%, rgb(200, 200, 200) 75%, rgb(179, 179, 179) 100%);
  content: '';
  display: block;
  mix-blend-mode: screen;
}
.divBaslik h1:after {
  content: 'İLETİŞİM';
  background: #DD1D26;
  color: white;
  mix-blend-mode: multiply;
}*/


.divText{

    position: absolute;

    width: 24em;
    height: 12em;

    top:14em;
    left:14em;

    /*z-index:4;*/

    /*border:1px solid yellow;*/
}
.divText p{

    position: relative;

    width: 90%;

    margin: 1em auto 0 auto;

    font-family: 'Ubuntu Regular' , Helvetica, sans-serif;
    font-size: 1.1em;

    color: #f5f7f6;

    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);

}

.divMapContainer{

    position: absolute;

    width: 36em;
    height: 27em;

    top:7em;
    left:39em;

    /*z-index:4;*/

    border-top-left-radius: 1em;
    border-top-right-radius: 1em;

    background: linear-gradient(to right, rgb(179, 179, 179) 0%, rgb(200, 200, 200) 15%, rgb(179, 179, 179) 46%, rgb(200, 200, 200) 75%, rgb(179, 179, 179) 100%);


    /*border:1px solid yellow;*/

}

#iletisim_map_module{

    position: relative;

    width: 100%;
    height: 26em;

    top:1em;

    /*border-radius: 0.5em;*/

    /*border:solid 1px greenyellow;*/

    /*box-shadow: 2px 4px 6px #43474a;*/

    /*border:solid 1px red;*/
}





.secLine{

     position: relative;
    height: 1em;

    /*margin-top:10em;*/

    background: linear-gradient(to right, rgb(179, 179, 179) 0%, rgb(200, 200, 200) 15%, rgb(179, 179, 179) 46%, rgb(200, 200, 200) 75%, rgb(179, 179, 179) 100%);


}



/*
.gradient1 {

  display: inline-block;
  top:4em;
  font-size: 1.2em;
  margin: 0;
  opacity: 0.9;
  background: white;
  !*color: black;*!
  position: relative;
  text-shadow: 1px 1px 0px #DD1D26, 1px -1px 0px #DD1D26, -1px -1px 0px #DD1D26, -1px 1px 0px #DD1D26;
}
.gradient1::before, .gradient1::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.gradient1::before {

  background: linear-gradient(to right, rgb(179, 179, 179) 0%, rgb(200, 200, 200) 15%, rgb(179, 179, 179) 46%, rgb(200, 200, 200) 75%, rgb(179, 179, 179) 100%);
  content: '';
  display: block;
  mix-blend-mode: screen;
}
.gradient1::after {
  content: 'CSS Gradient Text';
  !*content: '';  *!
  background: #DD1D26;
  color: white;
  mix-blend-mode: multiply;
}

*/
