.header {
  background: #001c48;
}

/* PAGE ROOTER
   ========================================================================== */
.breadarea {
  background-color: #e9ecef; }

.breadarea .breadcrumb {
  background-color: transparent;
  margin: 0px;
  padding: 0.75rem 0px; }

/* PAGE SLIDER AREA
   ========================================================================== */
.page-info-images {
  overflow: hidden;
  position: relative;
  background-color: #2e2e2e; }

.page-info-title {
  position: absolute;
  bottom: 0;
  color: #FFFFFF;
  font-size: 56px;
  text-shadow: 2px 2px 6px #000;
}
.page-info-title a{
  color: #FFFFFF;
}

.page-info-title a:hover{
  color: #f99d1c;
}

@media (max-width: 991px) {
  .page-info-title {
    font-size: 39px;
  }
}
@media (max-width: 576px) {
  .page-info-title {
    font-size: 23px;
  }
}

/* PAGE BANNER */
/* PAGE HEADER SLIDER */
/* PAGE HEADER AREA
   ========================================================================== */
/* PAGE HEADER INFO AREA */
.page-info-header {
  background-color: #2e2e2e;
  overflow: hidden;
  color: #fff;
  position: relative;
  padding: 15px 0px; }

.page-info-header .page-title {
  font-size: 33px;
  float: left; }

.page-info-header .data-article {
  float: right; }

/* CONTENT HEADER
   ========================================================================== */
/* CONTENT AREA
   ========================================================================== */
/* .container-full{} Full page icin atandi*/
.content-page {
  padding: 45px 0px 90px 0px;
  font-size: 17px;
  color: #626262;
}

.content-page .webpage-header{
  display: block;
  font-size: 27px;
  color: #000000;
  line-height: 1.4;
  margin-bottom: 30px;
}
.content-page .webpage-header strong{
  color: #f99d1c;
}


.content-page h2 {
  margin-bottom: 10px; }

.content-page h3 {
  margin-bottom: 7px; }

.content-page h4 {
  margin-bottom: 4px; }

.content-page h5,
.content-page h6 {
  margin-bottom: 2px; }

.content-page table {
  margin-bottom: 20px; }

.content-page ul,
.content-page ol {
  margin-bottom: 20px; }

.content-page ul li, .content-page ol li {
  margin-bottom: 5px;
  line-height: 1.5em; }

.content-page p {
  line-height: 1.5em; }

@media (max-width: 576px) {
  .content-page ul li, .content-page ol li {
    margin-bottom: 7px; }

  .content-page p {
    font-size: 16px; }

  .content-page .webpage-header{
    font-size: 16px;
  }

}
/* CONTENT GALLERY
   ========================================================================== */
.gallery-page {
  padding: 30px 0px 30px 0px; }

/* NEWS LIST
   ========================================================================== */
.articles {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.articles li {
  border-bottom: 1px solid #DADADA;
  margin-bottom: 4px;
  display: table;
  width: 100%;
  padding-bottom: 7px;
  margin-bottom: 7px; }

.articles .article-image {
  display: table-cell;
  padding: 4px;
  vertical-align: top;
  width: 80px; }

.articles .article-content {
  display: table-cell;
  padding: 4px;
  vertical-align: top;
  padding-top: 4px; }

.articles .article-content .article-title {
  font-size: 1.1em;
  font-weight: normal;
  color: #0077b3; }

.articles .article-content .article-timeago {
  font-size: 0.9em;
  color: #838383; }

.articles .article-content .article-description {
  display: block;
  padding: 7px 0px; }

.articles .article-content .article-links {
  display: block;
  text-align: right;
  padding-top: 7px;
  color: #e6400c;
  font-size: 0.9em; }

/* WEBPAGE ASIDE MENU
    ========================================================================== */
.webpage-aside {
  position: relative;
  padding: 23px 20px;
  background-color: #fff;
  border: 1px solid #e3e3e3; }

.webpage-aside ul {
  margin: 0px;
  padding: 0px;
  list-style: none; }

.webpage-aside ul li {
  display: block; }

.webpage-aside ul li a {
  display: block; }

.webpage-aside ul li a i {
  display: inline-block; }

.webpage-aside ul li a span {
  display: inline-block; }

/* SUB [1] PRIMITIVE LINKS */
.webpage-aside > ul > li:not(:last-child) {
  border-bottom: 1px solid #e9e9e9; }

.webpage-aside > ul > li:last-child {
  border-bottom: none; }

.webpage-aside > ul > li > a {
  padding-top: 7px;
  padding-bottom: 7px;
  color: #525252; }

.webpage-aside > ul > li:hover > a {
  color: #b70001; }

.webpage-aside > ul > li.active > a {
  color: #8a0e0e;
  font-weight: 700; }

/* SUB [2] PRIMITIVE LINKS */
.webpage-aside > ul > li > ul {
  border-bottom: 1px solid #e9e9e9;
  padding-left: 15px;
  display: none; }

.webpage-aside > ul > li > ul > li:not(:last-child) {
  border-bottom: 1px solid #e9e9e9; }

.webpage-aside > ul > li > ul > li > a {
  padding: 5px 5px;
  color: #525252; }

.webpage-aside > ul > li > ul > li:hover > a {
  color: #b70001; }

.webpage-aside > ul > li > ul > li.active > a {
  color: #8a0e0e;
  font-weight: 700; }

.webpage-aside > ul > li.active > ul {
  display: block; }

/* SUB [3] PRIMITIVE LINKS */
.webpage-aside > ul > li > ul > li > ul {
  border-bottom: 1px solid #e9e9e9;
  padding-left: 25px;
  display: none; }

.webpage-aside > ul > li > ul > li > ul > li:not(:last-child) {
  border-bottom: 1px solid #e9e9e9; }

.webpage-aside > ul > li > ul > li > ul > li > a {
  padding: 5px 5px;
  color: #525252; }

.webpage-aside > ul > li > ul > li > ul > li:hover > a {
  color: #b70001; }

.webpage-aside > ul > li > ul > li > ul > li.active > a {
  color: #8a0e0e;
  font-weight: 700; }

.webpage-aside > ul > li > ul > li.active > ul {
  display: block; }

/* SUB [4] PRIMITIVE LINKS */
.webpage-aside > ul > li > ul > li > ul > li > ul {
  border-bottom: 1px solid #e9e9e9;
  padding-left: 25px;
  display: none; }

.webpage-aside > ul > li > ul > li > ul > li > ul > li:not(:last-child) {
  border-bottom: 1px solid #e9e9e9; }

.webpage-aside > ul > li > ul > li > ul > li > ul > li > a {
  padding: 5px 5px;
  color: #525252; }

.webpage-aside > ul > li > ul > li > ul > li > ul > li:hover > a {
  color: #b70001; }

.webpage-aside > ul > li > ul > li > ul > li > ul > li.active > a {
  color: #8a0e0e;
  font-weight: 700; }

.webpage-aside > ul > li > ul > li > ul > li.active > ul {
  display: block; }

/* CONTACT PAGE
   ========================================================================== */
#map iframe {
  width: 100%;
  height: 250px !important;
  border: 1px solid #dfdfdf; }

.contact-address address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

.contact-address i {
  font-size: 18px; }

.contact-address .social-icons a {
  float: left;
  padding: 6px 12px;
  display: block;
  transition: all 0.5s ease-in-out;
  background-color: #c1c1c1;
  margin-right: 2px;
  color: #fff; }

.contact-address .social-icons a:hover {
  background-color: #ea4a24;
  transition: all 0.5s ease-in-out; }

/* CAREER | KARIYER FORM
   ========================================================================== */
#career-list {
  display: block;
  clear: both;
  margin: 15px 0px 0px 0px;
  padding: 0px; }

#career-list li {
  display: block;
  position: relative;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  padding: 4px 0px; }

#career-list li strong {
  display: block;
  padding: 7px 4px;
  float: left; }

#career-list li a {
  display: block;
  padding: 7px 4px;
  float: right; }

/* IFRAME EMBEDS
   ========================================================================== */
.embeds {
  width: 100%;
  min-height: 480px;
  border: none; }

/* PAGE CONTENT SLIDER
   ========================================================================== */
.owl-page-slider {
  overflow: hidden; }

.owl-page-slider .item {
  position: relative; }

/* SMILAR BLOGS AREA
   ========================================================================== */
.content-smilar {
  clear: both;
  padding-top: 25px;
  padding-bottom: 25px; }

.content-smilar .content-smilar-title {
  display: block;
  color: #444;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 7px; }

.content-smilar .content-smilar-list .content-smilar-item {
  verflow: hidden;
  margin-bottom: 10px;
  border: 1px solid #edf0f3;
  padding: 20px 20px; }

.content-smilar .content-smilar-list a {
  display: block;
  color: #9e3668; }

.content-smilar .content-smilar-list a strong {
  margin-top: 15px;
  font-size: 17px;
  font-weight: 700; }

.content-smilar .content-smilar-list p {
  margin-top: 3px;
  margin-bottom: 0px;
  padding-right: 25px;
  color: #595b5d;
  font-size: 14px;
  font-weight: 400; }

/* BRANDS TAGS
 ========================================================================== */
.brands-areea {
  background-color: #0c4da2;
  box-shadow: inset 0 0 10px #0a3f84;
  border-radius: 2px;
  z-index: 1;
  padding: 25px 25px;
  overflow: hidden; }

.brands-areea .bayi-search {
  float: left;
  display: block; }

.brands-areea .bayi-search p {
  color: #fff;
  font-weight: 400;
  font-size: 25px;
  margin: 0;
  line-height: 40px; }

.brands-areea .select-box {
  float: right;
  display: block; }

.brands-areea .select-box select {
  display: block;
  height: 40px;
  border: none;
  border-radius: 3px;
  color: #0c4da2;
  font-weight: 700;
  padding-left: 10px;
  width: 100%; }

@media (max-width: 575px) {
  .brands-areea {
    height: auto; }

  .brands-areea .bayi-search {
    float: none;
    clear: both; }

  .brands-areea .select-box {
    float: none;
    display: block;
    clear: both; } }
@media (min-width: 576px) {
  .brands-areea .select-box {
    width: 257px; } }
.bayi-list {
  display: block;
  clear: both;
  padding-top: 15px; }

.bayi-list > strong {
  color: #b70000;
  font-weight: 500;
  font-size: 14px;
  padding-top: 7px;
  display: block; }

.bayi-list > div {
  display: table;
  table-layout: fixed;
  width: 100%;
  background-color: #faf9f9;
  font-family: 'Roboto', serif;
  margin-bottom: 13px; }

.bayi-list > div .branch {
  display: table-cell;
  vertical-align: middle;
  border-right: #e3e1df solid 1px;
  font-size: 15px;
  color: #8c8a86;
  padding: 10px 10px 10px 20px;
  line-height: 20px; }

.bayi-list > div .address {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 10px 10px 20px;
  color: #8c8a86; }

.bayi-list > div .address .line1 {
  width: 100%;
  margin: 0px 0 5px 0;
  line-height: 15px; }

.bayi-list > div .address .line2 {
  width: 100%;
  margin: 0px 0 5px 0;
  line-height: 15px; }

.bayi-list > div .address .line3 {
  font-size: 15px;
  color: #7a7875; }

.bayi-list > div .mapwp {
  display: table-cell;
  vertical-align: middle;
  width: 115px;
  background-color: #e3e1e1;
  position: relative;
  height: 85px; }

.bayi-list > div .mapwp.active {
  background-color: #b7b7b7; }

.bayi-list > div .mapwp.active:hover {
  background-color: #0c4da2; }

.bayi-list > div .mapwp a {
  width: 115px;
  height: 100%;
  background: url(/public/images/mapsico.png) center center no-repeat;
  color: #b7b7b7;
  position: absolute;
  top: 0px;
  bottom: 0px; }

@media (max-width: 575px) {
  .bayi-list > div {
    display: block;
    width: 100%; }

  .bayi-list > div .branch {
    display: block;
    width: 100%;
    padding: 10px 10px 10px 10px; }

  .bayi-list > div .address {
    display: block;
    width: 100%;
    padding: 10px 10px 10px 10px; }

  .bayi-list > div .mapwp {
    display: block;
    width: 100%;
    height: 33px; }

  .bayi-list > div .mapwp a {
    background-size: auto 80%;
    width: 100%; } }
@media (min-width: 576px) and (max-width: 991px) {
  .bayi-list > div .branch {
    width: 37%; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .bayi-list > div .branch {
    width: 33%; } }
@media (min-width: 1200px) {
  .bayi-list > div .branch {
    width: 33%; } }

/*# sourceMappingURL=webpage.css.map */

.hizmetlerimiz h3{
    font-size: 40px;
    font-weight: 500;
    color: #f99d1c;
}
.hizmetlerimiz span{
  display: block;
  font-size: 25px;
  font-weight: 300;
  color: #000000;
  line-height: 1.3em;
  padding: 15px 0px;
}
.hizmetlerimiz ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.hizmetlerimiz ul li{
  padding: 7px;
}
.hizmetlerimiz ul li:nth-child(odd){
  background-color: #e8e8e8;
}
@media (max-width: 576px) {
  .hizmetlerimiz span {
    font-size: 18px;
  }
}
.content-list{
  padding: 90px 0px 90px 0px;
}



