/* projelerimizLayoutGrid1 */

.wb_projelerimizLayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 15px 0 15px 0;
}
.projelerimizLayoutGrid1
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1900px;
}
.projelerimizLayoutGrid1 > .row
{
   display: grid;
   grid-template-columns: repeat(12, 8.333333%);
   margin-right: -15px;
   margin-left: -15px;
}
.projelerimizLayoutGrid1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
   grid-column: span 12;
   margin-bottom: 15px;
}
.projelerimizLayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   grid-column: span 3;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   text-align: center;
}

@media (max-width: 720px)
{
.projelerimizLayoutGrid1 > .row > .col-1
{
   width: 100%;
   grid-column: span 12;
}
}

/* pfg */

.pfg
{
   display: grid;
   width: 100%;
   background-color: transparent;
   background-repeat: no-repeat;
   background-position: center bottom;
   background-size: 100% 100%;
   border: 1px solid #DDDDDD;
   box-sizing: border-box;
   margin: 0;
   padding: 10px 10px 10px 10px;
   font-size: 0;
   grid-column-gap: 5px;
   grid-row-gap: 5px;
   grid-template-columns: 2fr 1fr 1fr 1fr;
   grid-template-rows: 300px 100px 50px;
   grid-template-areas:
      "bos bos bos bos"
      "baslik baslik baslik baslik"
      "ulke . . yil";
}
.pfg .bos
{
   display: flex;
   grid-area: bos;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
.pfg .baslik
{
   display: flex;
   grid-area: baslik;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
.pfg .ulke
{
   display: flex;
   grid-area: ulke;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
.pfg .yil
{
   display: flex;
   grid-area: yil;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}

.pt01 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
.wb_projelerimizText1
{
   color: #F5F5F5;
   font-family: Roboto;
   font-weight: normal;
   font-size: 29px;
}
.pt01 div
{
   text-align: center;
}
.pt01
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}

.pt02 
{
   background-color: #db5203;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 15px;
   padding: 0;
   margin: 0;
   /* opacity: 0.55; */
   text-align: center;
}
.pt02
{
   color: #FFFFFF;
   font-family: Roboto;
   font-weight: normal;
   font-size: 19px;
}
.pt02 div
{
   text-align: center;
}
.pt02
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
.pt03 
{
   background-color: #db5203;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 15px;
   padding: 0;
   margin: 0;
   /* opacity: 0.55; */
   text-align: center;
}
.pt03
{
   color: #FFFFFF;
   font-family: Roboto;
   font-weight: normal;
   font-size: 19px;
}
.pt03 div
{
   text-align: center;
}
.pt03
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}

