body {
  padding-top: 139px;
  background-image: url(../img/pnrbg.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.carousel .carousel-item {
  height: 20em;
}
.carousel .carousel-item > *:first-child {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: inherit;
}

/* Header */

#navBarID{
  height:154px;
  background:rgba(255,255,255,0.9) !important;
  box-shadow: 0 5px 5px rgba(116,116,116,.2);
}

#topLayerID{
  position: absolute;
  top:0px;
  left:0px;
  display:block;
  height:17px;
  width:100%;
  background:#3d1761;
}

#logoID{
  margin-top:33px;
}

.navbar-nav .nav-item .nav-link{
  color:#000;
}
.navbar-nav .nav-item .nav-link:hover{
  color:#000;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.pnrmenu{
  position:relative;
  top:45px;
}
.pnrmenu * {
  box-sizing: border-box;
}
.pnrmenu li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 1.5em;
  padding: 0;
}
.pnrmenu a,.js-scroll-trigger.active {
  padding: 0.5em 0;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  letter-spacing: 1px;
  text-decoration: none;
  text-align: center;
}
.pnrmenu a:before,.js-scroll-trigger.active:before,.js-scroll-trigger.active:after,
.pnrmenu a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.pnrmenu a:before,.js-scroll-trigger.active:before {
  bottom: 0;
  display: block;
  height: 3px;
  width: 0%;
  content: "";
  background-color: #b3a3c0;
}
.pnrmenu a:after,.js-scroll-trigger.active:after {
  left: 0;
  top: 0;
  padding: 0.5em 0;
  position: absolute;
  content: attr(data-hover);
  color: #ffffff;
  white-space: nowrap;
  max-width: 0%;
  overflow: hidden;
}
.pnrmenu a:hover:before,.js-scroll-trigger.active:before,
.pnrmenu .current a:before {
  opacity: 1;
  width: 100%;
}
.pnrmenu a:hover:after,.js-scroll-trigger.active:after,
.pnrmenu .current a:after {
  max-width: 100%;
}

.socialImg:hover {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
}
.socialImg {
  -webkit-transform: scale(1);
  /* Browser Variations: */
  
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
#headerContainerID{
  position:relative;
}
#topSocialWrapper{
  position: absolute;
  top:23px;
  right:10px;
}

.pnrmenu li:last-of-type{
  margin-right:0px;
}

/* End of Header*/

/* Slider & News */

#sliderID{
  width:100%;
  height: 100%;
  position: relative;
  display:block;
  max-height: 493px;
}
#newsWrapper{
  position: relative;
  display:block;
  width:100%;
  height:100%;
  background:url(../img/duyuru-bg.png);
  background-repeat: repeat-y;
  border:1px solid #ebebeb;
}
#newsHeader{
  position: relative;
  width:100%;
  height:57px;
  display:block;
}
#newsHeaderLine{
  position: absolute;
  width:100%;
  height:6px;
  background:url(../img/header-line.png);
  background-repeat: no-repeat;
  bottom:0px;
}
#newsTitle{
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  margin:auto;
  height: 25px;
  font-size:19px;
  color:#3d1761;
  padding-left:15px;
  font-weight: bold;
}
#newsContent{
  padding:20px;
  margin-bottom:0px;
  font-size:13px;
}
.newsDotSperator{
  position: relative;
  width:100%;
  height:2px;
  background:url(../img/dot-bg.png);
  margin-bottom: 10px;
}
#linkNews{
  position: absolute;
  bottom:10px;
  right:20px;
}
/* End of Slider & News*/

/* Home Services */
.homeService{
  position: relative;
  height:493px !important;
  border-radius: 0px;
  border:1px solid #ebebeb;
  box-shadow: 0 5px 5px rgba(116,116,116,.2);
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: bold;
}
#homeService1{
  background:url(../img/kosgeb.png);  
}
#homeService2{
  background:url(../img/sgk-bagkur.png);  
}
#homeService3{
  background:url(../img/ticaret-bakanligi.png);  
}
#homeService4{
  background:url(../img/kdv-iade.png);  
}

#kesgebItem1{
  background:url(../img/hizmet1.png);
}
#kesgebItem2{
  background:url(../img/hizmet2.png);
}
#kesgebItem3{
  background:url(../img/hizmet3.png);
}
#kesgebItem4{
  background:url(../img/hizmet4.png);
}
#kesgebItem5{
  background:url(../img/hizmet5.png);
}
#cardTitleKosgeb{
  position: absolute;
  color:#fff;
  font-size: 2.7rem;  
  font-weight: bold;
}
#cardTitleSGK{
  position: absolute;
  color:#3d1761;
  bottom:10px;
  right:20px;
  text-align: right;
  font-size: 2.2rem;  
  font-weight: bold;
}
#cardTitleTicaret{
  position: absolute;
  color:#fff;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: left;  
  top:30%;
  left:15px;
}
#cardTitleKDV{
  position: absolute;
  color:#fff;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: left;  
  bottom:0px;
  left:10px;
}
/* End of Home Service*/

/* Footer */
#footerID{
  display: flex;
  align-items: center;
  height: 85px;
  background:#3d1761;
  font-size:0.8rem;
}
.copyright{
  color:#fff;
}
/* End of Footer*/

/* Content */
.contentBannerWrapper{
  margin-bottom:2rem !important;
}
.contentBanner{
  position: relative;
  display:block;
  width:100%;
  height:455px;
  box-shadow: 0 5px 5px rgba(116,116,116,.2);  
}
#contentBannerHakkimizda{
  background:url(../img/hakkimizda-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
}
.contentTitle{
  color: #3d1761;
  font-size: 1.3rem;
  font-weight: bold;
}
.contentText{
  font-family: 'Roboto Condensed';
  color:#333333;
  font-size: 1.1rem;
}
.contentWrapper{
  margin-bottom:40px;
}

#contentBannerHizmetler{
  height:128px !important;
  background:#3d1761;
  display: flex;
  align-items: center  
}
.contentBannerTitle{
  color:#fff;
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: bold;
  padding-left:20px;
  font-size:3rem;
}
.kosgebItem{
  position: relative;
  height:200px !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  border-radius: 0px;
  border:none;
  color:#3d1761;
  font-family: 'Roboto Condensed';
  font-weight: bold;
}

.kosgebItem .card-title{
  font-weight: bold;
  font-size:1.7rem;
}
.kosgebItem .card-body{
  display:flex;
  align-items: center;
}

.kosgebItem a{
  color:#3d1761;
}
.kosgebItem a:hover{
  color:#3d1761;
  text-decoration: none;
  text-shadow: 2px 2px 8px #888;
}

#contentBannerGirisimciGelistirme{
  background:url(../img/girisimciligi-gelistirme.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height:313px !important;
  color:#3d1761;
}
#contentBannerIsletmeDestek{
  background:url(../img/isletme-destek.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height:313px !important;
  color:#ffffff;
}

#contentBannerArgeInavasyon{
  background:url(../img/arge-inavasyon.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height:313px !important;
  color:#ffffff;
}

#contentBannerEndustriyel{
  background:url(../img/kosgeb-endustriyel.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height:313px !important;
  color:#ffffff;
}

#contentBannerYurtDisiPazar{
  background:url(../img/yurtdisi-pazar.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height:313px !important;
  color:#ffffff;  
}
#contentBannerTicaretBakanligi{
  background:url(../img/ticaret-bakanligi.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height:313px !important;
  color:#ffffff;    
}

#contentBannerUluslararasiKdvIadesi{
  background:url(../img/uluslararasi-kdv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height:313px !important;
  color:#ffffff;      
}

#contentBannerSGKTesvikleri{
  background:url(../img/sgk-tesvikleri.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height:313px !important;
  color:#3d1761;
}
#contentBannerISKURTesvikleri{
  background:url(../img/iskur-tesvikleri.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height:313px !important;
  color:#ffffff;
}

.kosgebTitles{
  padding:20px;
  max-width: 450px;
  font-family: 'Roboto Condensed';
  font-weight: bold;
  font-style: italic;

}

.altTitle{
  font-size: 1.1rem;
  font-family: 'Roboto Condensed';
  color:#333333;
}
.altText{
  font-family: 'Roboto Condensed';
  margin-bottom:30px;
}

.contentPadding{
  padding:30px;
  padding-top:0px;
}
.tableHeader{
  background:#3d1761;
  color:#fff;
  font-size: 1.1rem;
  font-family: 'Roboto Condensed';
  padding:0px;
  margin:0px;
  height:34px;
  line-height: 34px;
  padding-left:10px;
  width:70%;  
  font-weight: bold;
}
.contentTable{
  width: 70%;
  margin-bottom:20px;
  color:#333333;
  font-size: 1rem;
  font-family: 'Roboto Condensed';
}
.contentTable td{
  border:1px solid #3d1761;
  text-align: center;
  width:100px;
  padding:3px;
  padding-top:10px;
  padding-bottom:10px;
}
.contentTable tr td:first-of-type{
  border-left:0px;
  font-weight: bold;
}
.contentTable tr td:last-of-type{
  border-right:0px;
}
.content-link{
  color:#333333;
  text-decoration: underline;
}
.content-link:hover{
  color:#3d1761;
  text-shadow: 2px 2px 8px #888;
}
.contentTable tr td.noborder{
  border-bottom:0px !important;
  border-top:0px !important;
}
.contentTable tr:last-of-type td.noborder{
  border-bottom:1px solid #3d1761 !important;
}
.contentTable tr:first-of-type td{
  border-top: 0px;
}

.tableInfo{
  margin-bottom:30px;
  font-family: 'Roboto Condensed';
}

.tableInfo tr td:first-of-type{
  width:150px;
}

.tableInfo tr td{
  font-weight: bold;
}
.tableInfo tr td:last-of-type{
  font-weight: normal !important;
  padding-left:5px;
}
.tableBottomText{
  font-size:0.8rem;
  width: 70%;
}
.exampleBox{
  border:2px solid #3d1761;
  display:inline-block;
  padding:10px;
  padding-left:20px;
  padding-right: 20px;
  margin-bottom:20px;
}
.exampleTitle{
  font-size: 19px;
  color:#3d1761;
  font-weight: bold;
}
.tesvik-grid{
  height:380px;
  padding:20px;
  box-sizing: border-box;

}

.tesvik-left{
  background:url(../img/leftbg.png);
  text-align:right;
  background-position: bottom 0px right 5px;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 40px;
  padding-right: 30px;  
}
.tesvik-right{
  background:url(../img/rightbg.png);
  text-align:left;
  background-position: bottom 0px left 5px;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 30px;
  padding-right: 40px;  
}
.tesviktablo{
  width:100%;
  margin-top:30px;
}

.tesviktablo tr:first-of-type td{
  background:#3d1761;
  color:#fff;
  border-right:1px solid #fff;
}
.tesviktablo tr td:first-of-type{
  background:#3d1761;
  color:#fff;
  border-bottom:1px solid #fff;

}
.referansRow{
  display: flex;
  justify-content: center;
}
.referansRow img{
  max-height: 110px;
}
#newsContentWrapper{
  padding:30px;
  padding-top:0px;
}
.duyuru{
  border-bottom:2px dashed #3d1761;
  margin-bottom:30px;
  font-family: 'Roboto Condensed';
}
.duyuruContent{
  margin-bottom:30px;
}
.duyuruTitle{
  font-size: 24px;
  color:#3d1761;
  font-weight: bold;
}
.duyuruDate{
  color:#3d1761;
  font-style: italic;
}

.navbar+div.container{
  background:url(../img/whitebg.png);
}

/* End of Content */

@media(max-width:1440px){
  body {
    padding-top: 139px;
    background-image: url(../img/pnrbg.png);
    background-position: top;
    background-size: 118%;
    background-repeat: no-repeat;
  }  
}

@media(min-width:992px) and (max-width:1199px){
  #newsContent {
    font-size: 11.5px;
    padding:10px;
  }
  .news{
    margin-bottom:10px;
  }
  .newsDotSperator{
    margin-bottom:10px;
  }  
  #cardTitleKDV {
    font-size: 1.8rem;
  }
  
}

@media (max-width:991.95px){
  #logoID{
    max-height: 60px;    
  }
  .pnrmenu li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 0.5em;
    padding: 0;
  }  

  .homeService{
    background-size: cover !important;
  }  
  #footerID {
    font-size:9px !important;
  }  

  .tableHeader{
    background:#3d1761;
    color:#fff;
    font-size: 1.1rem;
    font-family: 'Roboto Condensed';
    padding:0px;
    margin:0px;
    height:34px;
    line-height: 34px;
    padding-left:10px;
    width:100%;  
    font-weight: bold;
  }
  .contentTable{
    width: 100%;
    margin-bottom:20px;
    color:#333333;
    font-size: 1rem;
    font-family: 'Roboto Condensed';
  }  

  .bx-wrapper .bx-caption span {
    padding:4px !important;
    font-size:14px !important;
  }  
  .bx-wrapper .bx-caption {
    top:10px !important;
    height:unset !important;
  }
  .bx-controls-direction{
    display:none;
  }
  .tableBottomText{
    width:100%;
  }
  .contentBannerTitle{
    font-size:2rem;
  }
  .tesvik-left{
    padding-left:0px;
    padding-right:0px;
    text-align:left;
  }  
  .tesvik-grid{
    padding:10px;
  }  
  .tesvik-grid .contentText{
    font-size:13px !important;
  }
  .tesvik-right{
    padding-left:15px;
  }

.contentPadding.iskur-tesvikleri{
  padding:20px;
}
.tesviktablo{
  font-size:0.5rem;
}

}
button.navbar-toggler.navbar-toggler-right{
  position: relative;
  top:30px;
}

.navbar-collapse.collapse.show{
  background: rgba(255,255,255,0.9);
  padding:20px; 
}

.navbar-collapse.collapse.show .pnrmenu{
  top:0px;
  background: rgba(255,255,255,0.9);
  font-weight: bold;
  color:#333333;
}
.news .content-link{
  text-decoration: none;
}
.duyuruDate{
  display:none;
}