body{
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}


::placeholder {
  color: rgba(128, 128, 128, 0.39);
  opacity: 1; /* Firefox */
  font-size: 25px;
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: rgba(128, 128, 128, 0.39);
  font-size: 25px;
}

.bg-image{
    height: auto;
    width: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.69);
    position: relative;
}

.nav{
    padding-top: 60px;
    padding-right: 100px;
    padding-left: 100px;
    height: auto;
    width: 100%;
    z-index: 999;
 
    
}

.logo{
    width: auto;
    height: 40px;
}

.nav-icons{
    position: absolute;
    right: 0;
    margin-right: 120px;
    color: white !important;
    display: flex;
 
}

.text1{
    font-size: 125px;
    line-height: 1;
    
}

.text{
    
    margin-left: 160px;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    color: white;
    margin-bottom: 10rem;
    
}

.menubut
{
  font-size: 16px;
  position: relative;
  bottom: 5px;
  margin-left: 10px;
  font-weight: 300;
  color: rgb(26, 26, 26);
}


.menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: transparent;
    overflow: hidden;
    transition: 1.4s;
    z-index: 999;
    transform: translateX(-100%);
  }

  .menu-bg::after {
    
    content: "";
    top: 0;
    left: 0;
    position: fixed;
    height: 100vh;
    z-index:998;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.849);
    transform: translateX(100%);
    transition: 0.5s;
    
}


.menu-bg.show-bg::after {
    transform: translateX(0);
}


li {list-style: none;}
  
  .menu.show {
    transform: translateX(0);
    transition: .3s;
  }
  
  .menu a {
    
    padding: 12px;
    text-decoration: none;
    font-size: 17px;
    color: #333;
    display: block;
    transition: 0.3s;
    font-weight: 400;
  }
  
  .menu a:hover {
    color: orangered;
 
  }

  .menuLinks{
    height: 100vh; width: 320px; background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 3rem;
    gap: 5px;
   
  }
  

  .cursorKapat{
        
        cursor: url(img/cursor-close.png),pointer;
        transition: .1s;    
    
  }

  
 


  .menu-link{
    font-size: 24px !important;
  }


  .search{
    width: 200px;
   
    height: 40px;
    margin-right: 60px;
    position: relative;
    border-radius: 30px; 
  }

  .openInput{
    opacity: 1 !important;
  }

  .searchSide{
    transform: translateY(-200%);
    position: fixed;
    transition: .3s;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.61);
    z-index: 9999999;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .searchInput{
    width: 500px;
    height: 50px;
    border: 0;
    outline: none;
    font-size: 30px;
    padding: 10px;
  }

  .araYazi{
    color: orangered; font-size: 30px;
    transform: rotate(90deg);
    cursor: pointer;
  }



  .dropdownBg{
    position: fixed;
    top: 0;
    left: 320px;
    height: 100vh;
    width: 75%;
    pointer-events: none;
    

  }
  .dropdownInsideBg{
    position: fixed;
    top: 0;
    left: 640px;
    height: 100vh;
    width: 75%;
    pointer-events: none;
    z-index: -1;

  }

  .dropdown{
    pointer-events: auto !important;
    height: 100vh;
    width: 0%;
    background-color: rgb(233, 228, 227);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
    


    flex-direction: column;
    
  }

  .dropdownInside{
    height: 100vh;
    width: 0%;
    pointer-events: auto !important;
    overflow: hidden;
    background-color: transparent;

    display: flex;
    justify-content: center;
    transition: .3s;
    align-items: center;
    flex-direction: column;
    position: relative;

  }


  .dropdownLink:hover .dropdown{
  
    width: 320px;
    
  }

  .dropdownInsideLink:hover .dropdownInside{
    width: 400px;
    background-color: rgb(190, 188, 188);
    transition-delay: 0s;
   
  }




  .dropdownInsideContents{
    height: auto;
    width: 330px;
    overflow: hidden;
    opacity: 0;
   
   

  }

  .dropdownInsideLink:hover .dropdownInsideContents{
    opacity: 1;
   
 
   
  }

  .dropdownContents{
    height: auto;
    width: 200px;
    overflow: hidden;
    opacity: 0;
    
  }

  .dropdownLink:hover .dropdownContents{
    opacity: 1;
    transition: 1s;

  }

  .detail{
    background-color: transparent;
    border: 1px solid black;
    border-radius: 30px;
    padding: 5px 15px ;
    font-size: 14px;   
    color: rgb(0, 0, 0) !important;
    text-align: center;
    position: absolute;
    right: 3rem;   
  }

  .detail:hover{
    transition: .3s;
    background-color: black;
    color: white !important;
    cursor: pointer;


  }

  #slide2 .swiper-slide{
    display: block !important;
  }

 

  #hakbuton2 {
   
    cursor: pointer;
    display: inline-block;
    max-width: max-content;
    margin-right: 150px;
}

#hakbuton2:hover #path {
  stroke-dashoffset: 245px !important;
}
  

  #hakbuton {
    position: relative;
    cursor: pointer;
    max-width: max-content;
}

#hakbuton:hover #path {
  stroke-dashoffset: 245px !important;
}


#path {
    transition: stroke-dashoffset 0.5s ease-in-out;
}


#hakbuton:hover .hakButon {
  right: 42px;
  transition: .3s ease-in-out;
  color: orangered;
}

#hakbuton2:hover .hakButon {
  right: 42px;
  transition: .3s ease-in-out;
  color: orangered;
}


.hakButon{
  position: relative; right: 35px;
  transition: .3s ease-in-out;
}

.hakcizgi{
  height: 1px;
  width: 100px;
  background-color: black;
  margin-bottom: 15px;
}

#nav{
  transition: .4s ease-in-out;
}

.nav-bg{
  background-color: white !important;
  padding-top:  15px!important;
  padding-bottom: 15px !important;
  transition: .3s;
  box-shadow: 0px 15px 10px -15px #11111128;
}

.overf{
  overflow: hidden !important;
}

 
.progress-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #ccc;
}
.progress-bar {
  height: 5px;
  width: 0;
  background: #4caf50;
}




.bannerHead
{
  position: relative;
  width: 100%;
  height: 100%;
}

.bannerHead::before
{
  content: "";
  position: absolute;
  z-index: 1;
  background-color: #3333335e;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.bannerBox
{
  position: relative;
  width: 90%;
  padding: 0px 120px;
}

.bannerHead .bannerTextDv
{
  width: 100%;
  height: auto;
  padding: 20px;
  position: absolute;
  bottom: 70px;
  z-index: 5;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  gap: 25rem;
}

.bannerHead .bannerTextDv .bannerTitle
{
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 76px;
  font-weight: 400;
  line-height: 85px;
}

.bannerHead .bannerTextDv .bannerText
{
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 500;
  line-height: 28.8px;
  width: 50%;
}

.bannerHead .bannerTextDv .bannerButtom
{
  color: #000;
  font-size: 18px;
  font-weight: 500;
  width: 40%;
  padding: 10px 15px;
  border-radius: 0;
  background-color: #fff;
  text-decoration: none;
  display:block;
  margin-top: 15px;
  transition: .3s;
}

.bannerHead .bannerTextDv .bannerButtom:hover
{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  background-color: #461111;
  transition: .3s;
}


.bannerHead .bannerTextDv .bannerButtom svg
{
  fill: #000 !important;
  transition: .3s;
}

.bannerHead .bannerTextDv .bannerButtom:hover svg
{
  fill: #fff !important;
  transition: .3s;
}


.aboutBox
{
  position: relative;
  width: 100%;
  margin: 0;
  padding:50px  0;
}
.aboutBox .about
{
  position: relative;
  padding: 100px;
}

.aboutBox .about .aboutTitle
{
  font-size: 50px;
  line-height: 86px;
  margin-bottom: 20px;
}

.aboutBox .about .aboutText
{
  font-size: 22px;
  line-height: 32px;
}

.about-img {
  object-fit: cover;
  height: 100%;
}



.productbox
{
  width: 100%;
  position: relative;
  padding: 100px;
  margin: 0 auto;
}

.card-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.card-item {
  cursor: pointer;
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 310px;
  height: 100%;
  min-height: 587px;
  display: flex;
  position: relative;
  transition: width 0.3s ease-in-out;
}

.card-item.cardBox {
  object-fit: cover;
  background-position: 50%;
  background-size: cover;
  max-width: none;
  text-decoration: none;
  overflow: hidden;
}

    .card-item.cardBox::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #00000063;
    }




.card_item-info {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-bottom: 30px;
  padding-left: 30px;
  display: flex
;
  position: relative;
}

.card_item-title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.card_item-more {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  display: flex;
}

.card_item-more svg {
  fill: #fff;
  height: 20px;
  width: 20px;
}

.syne-small {
  color: #fff;
  font-weight: 500;
  line-height: 16.8px;
}

.productTitle
{
  font-size: 50px;
  font-weight: 500;
  color: #000;
  margin-bottom: 15px;
}

.productText
{
  color: #000;
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
}

.DetailButtom
{
  color: #000;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 15px;
  border-radius: 0;
  background-color: #fff;
  text-decoration: none;
  margin-top: 15px;
  transition: .3s;
  border:1px solid  #461111;
}

.DetailButtom:hover
{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  background-color: #461111;
  border:1px solid  #461111;
  transition: .3s;
}

.DetailButtom svg
{
  fill: #000 !important;
  transition: .3s;
}

.DetailButtom:hover svg
{
  fill: #fff !important;
  transition: .3s;
}

.parallaxPage
{
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #0a363f;
}

.parallaxImg
{
  position: relative;
  width: 100%;
  height: 800px;
  background-image: url(../img/parallaxPage.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.parallaxBox
{
  width: 100%;
  position: relative;
  padding: 100px;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.parallaxBox a
{
  color: #fff;
  text-decoration: underline;
}

.par-title
{
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.par-text
{
  font-weight: 300;
  color: #fff;
  font-size: 22px;
  line-height: 32px;
}

.pardetailbutton
{
  color: #000 !important;
  font-size: 18px;
  font-weight: 300;
  padding: 10px 15px;
  border-radius: 0;
  background-color: #fff;
  text-decoration: none !important;
  margin-top: 15px;
  transition: .3s;
  border:1px solid  #461111;
}

.pardetailbutton:hover
{
  color: #fff !important;
  font-size: 18px;
  background-color: #461111;
  border:1px solid  #461111;
  transition: .3s;
}

.pardetailbutton svg
{
  fill: #000 !important;
  transition: .3s;
}

.pardetailbutton:hover svg
{
  fill: #fff !important;
  transition: .3s;
}

.parBox
{
  border:1px solid #858585;
  border-radius: 0px;
  width: 100%;
  padding: 30px;
  margin: 0;
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}
.serv-item-icon {
  width: 32px;
  height: 32px;
}


.newsPage
{
  width: 100%;
  position: relative;
  padding: 100px;
  margin: 0 auto;
}

.newsPage .newsTitle
{
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #000;
}

.newsPage .newsText
{
  font-size: 22px;
  line-height: 32px;
}


.newsPage .swiper {
  width: 100%;
  height: 100%;
}

.newsPage .swiper-slide {
  background-color: #fff;
  border:1px solid #ededed;
  transition:.3s;
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  cursor: auto;
  background-color: #0000;
  border: 1px solid #e3e3e3;
  flex-flow: column;
  flex: none;
  width: 100%;
  padding: 50px 30px;
  display: flex;
}

.newsPage .swiper-slide:hover {
  background-color: #f7f7f7;
  border:1px solid #ededed;
  transition:.3s;
}

.newsPage .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.title-number-large {
  color: #7e1313;
  letter-spacing: -.36px;
  font-size: 36px;
  font-weight: 500;
  line-height: 36px;
}

.spline-conten {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: none;
  display: flex;
}

.spline-get {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  text-decoration: none;
  display: flex;
}


.newsPage .swiper-slide:hover .spline-get {
opacity: 1 !important;
transition: .3s;
}

.button-text--spline {
  color: #7e1313;
  font-weight: 700;
}

.newsPage .nextprev {
  border-radius: 100%;
  background-color: #f7f7f7;
  width: 50px;
  height: 50px;
  padding: 5px;
  border: 1px solid #ececec;
}

.newsPage .swiper-button-next:after, .newsPage .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 17px !important;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  color: #000;
}

.editorPage
{
  width: 100%;
  position: relative;
  padding: 100px;
  margin: 0 auto;
}

.editorTitle
{
  color: #000;
  letter-spacing: -.6px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 60px;
  text-align: center;
  margin-bottom: 50px;
}

.editorBox {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border: 1px solid #e3e3e3;
  flex-flow: column;
  padding: 30px;
  display: flex;
}

.html-embed-12 {
  width: 32px;
  height: 32px;
}

.editor-item-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.editor-item-title {
  text-transform: uppercase;
  width: 100%;
}

.editor-title {
  color: #000;
  letter-spacing: -.32px;
  font-size: 32px;
  line-height: 32px;
}

.editor-item-p {
  width: 100%;
  max-width: 512px;
}

.p-small-s {
  text-transform: none;
  height: 100px;
  font-size: 16px;
  line-height: 25.6px;
  overflow:hidden;
}

.footerMargin {
    z-index: 999;
    background-color: white;
    margin-bottom: 437px;
    width: 101%;
}

.footerFixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

footer
{
  width: 100%;
  position: relative;
  padding: 100px 100px 30px 100px;
  margin: 0 auto;
  background-color: #0a363f;
  color: #fff;
}

footer ul, footer ol {
  padding: 0;
  list-style: none;
  margin: 0;
}

.footerTitle
{
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
}

.footText
{
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}

.copyright
{
  font-size: 16px;
  font-weight: 300;
}

ul.menulist {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

ul.menulist li {
  padding:5px 0;
}

ul.menulist li a {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  transition: .5s;
}


ul.menulist li a:hover {
  opacity: .5;
  transition: .5s;
}

ul.footermenu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  width: 100%;
}

ul.footermenu-list li {
  padding: 0;
  margin: 0 .8rem;
}

ul.footermenu-list li a {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  transition: .5s;
}


ul.footermenu-list li a:hover {
  opacity: .5;
  transition: .5s;
}


/*İç Sayfa Css*/

.pageBanner {
  position: relative;
  width: 100%;
  height: 350px;
  padding: 0;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.pageBanner::before
{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 350px;
  background-color: #00000045;
  z-index: 9;
}

.headerTop {
  background-color: #fff;
  padding-top: 4rem;
  padding-bottom: 10px;
  position: relative;
  width: 100%;
}

  .headerTop .title {
      font-size: 2.45rem;
      margin-top: 15px;
      font-style: normal;
      font-weight: 500;
      color: var(--renk2);
      font-stretch: normal;
      letter-spacing: normal;
      margin-bottom: 15px;
  }


.block-system-breadcrumb-block .breadcrumb {
  background-color: transparent;
  padding: 0;
}

  .block-system-breadcrumb-block .breadcrumb .breadcrumb-item a {
      color: #979797;
      text-decoration: none;
      font-weight: 400;
      font-size: 17px;
  }

  .block-system-breadcrumb-block .breadcrumb .breadcrumb-item {
      font-weight: 500;
      font-size: 17px;
      color: #000;
  }

.block-system-breadcrumb-block .breadcrumb-item.active a {
  color: #332a31;
}

.breadcrumb-item.active a {
  font-weight: 600 !important;
}

.breadcrumb-item.active {
  font-weight: 600 !important;
}

.block-system-breadcrumb-block .breadcrumb-item + .breadcrumb-item::before {
  color: #03438f;
}



.kurumsalPage {
  position: relative;
  width: 100%;
  padding:20px 0;
  margin: 0;
  background-color: #fff;
  z-index: 9;
}


.boxNextimg {
  height: 13rem;
  object-fit: cover;
}


.boxNext {
  border-top: 1px solid #000;
  padding-top: 30px;
  padding-left: 1rem;
}

  .boxNext .boxNextTitle {
      color: var(--renk2);
      font-size: 37px;
      font-weight: 600;
      line-height: normal;
      margin: 0;
      margin-bottom: 17px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
  }

  .boxNext .boxNextText {
      color: #282d30;
      font-size: 1.2rem;
      font-weight: 300;
      line-height: normal;
      margin: 0;
      margin-bottom: 10px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
  }


  .boxNext .btnRead {
      color: #282D30;
      font-size: 1rem;
      font-weight: 300;
      display: flex;
      text-decoration: none;
  }

.readMore {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #282D30;
  margin-bottom: 0.5rem;
  margin-top: 3rem;
}





.urunProdSlide {
  width: 100%;
  cursor: pointer;
}

  .urunProdSlide::before {
      position: absolute;
      height: 100%;
      width: 100%;
      background-color: #142c5b59;
      z-index: 2;
      content: "";
      transition: .2s;
  }

  .urunProdSlide img {
      width: 100%;
      height: 17.5rem;
      object-fit: cover;
  }


  

.swiper-button-next {
  right: -3rem;
  background: black;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  user-select: none;
}


.swiper-button-prev {
  left: -3rem;
  background: black;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  user-select: none;
}

  .swiper-button-prev::after {
      font-size: 14px;
      color: white;
  }

.swiper-button-next::after {
  font-size: 14px;
  color: white;
}


.temp7-referans {
    position: relative;
    margin: 0;
    padding: 100px 0;
    overflow-x: hidden;
}

.imgbg {
    width: 100%;
    position: relative;
    height: 500px;
}

    .imgbg::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #00000080;
    }

    .imgbg img {
        width: 100%;
        height: 500px;
        object-fit: cover;
    }

    .imgbg .referans-title {
        position: absolute;
        top: 30%;
        width: 100%;
        color: #fff;
        font-size: 50px;
        font-weight: 600;
        text-align: center;
    }

    .imgbg .referans-txt {
        position: absolute;
        top: 50%;
        left: 10%;
        width: 80%;
        color: #fff;
        font-size: 25px;
        font-weight: 400;
        text-align: center;
    }

.refimg {
    filter: grayscale(1);
    transition: .5s;
}

    .refimg:hover {
        filter: grayscale(0);
        transition: .5s;
    }



.page-banner-temp7 {
    position: relative;
    width: 100%;
    height: 300px;
    padding: 0;
    margin: 0px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 99;
    background-attachment: fixed;
}

    .page-banner-temp7::before {
        content: "";
        background-color: #00000059;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        opacity: 0.3;
    }

.temp7hiddnbanner {
    background-color: #fffcf5;
    width: 100%;
    height: 300px;
    position: relative;
    padding: 0;
    margin: 0;
}

.page-bannerbox-temp7 {
    position: absolute;
    left: 15%;
    bottom: 0;
    width: 70%;
    height: 150px;
    background-color: transparent;
    z-index: 99;
    align-items: center;
    display: flex;
    justify-content: center;
}

.page-temp7-title {
    color: #ffffff;
}

.temp7hiddnbanner .page-temp7-title {
    color: #000;
}

.temp7-kisaicerik {
    font-size: 25px;
    line-height: 40px;
    font-weight: 500;
    text-align: center;
    color: #494949;
}


.rightmenu
{
    position:relative;
    background-color:#f7f7f7;
    border-radius:3px;
    margin-bottom:20px;
}


.rightmenu .menuBaslik
{
    font-size:20px;
    font-weight:300;
    color:#000;
    padding:10px 15px;
    border-bottom:1px solid #ededed;
    width:100%;
    display:block;
}


.topmenu {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .topmenu .nav-item {
        position: relative;
        margin-bottom: 5px;
    }

    .topmenu .nav-link {
        display: block;
        padding: 8px 10px;
        color: #333;
        text-decoration: none;
        background-color: #f9f9f9;
        transition: background 0.3s;
    }

        .topmenu .nav-link:hover {
            background-color: #e0e0e0;
        }

.activlink .nav-link {
    font-weight: bold;
    background-color: #e9e9e9;
}



.submenu {
    display: none;
    list-style: none;
    padding-left: 0px;
    margin-top: 5px;
}

    .submenu li {
        margin-bottom: 5px;
    }

        .submenu li a {
            display: block;
            padding: 6px 10px;
            background: #f1f1f1;
            color: #555;
            text-decoration: none;
            font-size: 14px;
        }

            .submenu li a:hover {
                background-color: #ddd;
            }

.has-submenu > .submenu-toggle {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.submenu-toggle.open {
    transform: translateY(-130%) rotate(180deg);
    transition: transform 0.3s ease;
    top: 50%;
    position:absolute;
}


.page-temp7 {
    position: relative;
    padding: 5rem 0;
}

.page-temp7 p
{
    font-size:16px;
    font-weight:300;
    line-height:30px;
}
.dikcizgi
{
    position:relative;
    width:100%;
    padding:10px;
}

    .dikcizgi::before {
        content: "";
        position: absolute;
        left: 50%;
        top: -25px;
        width: 3px;
        height: 60px;
        background-color: #d9d9d9;
    }

.documentText a
{
    text-decoration:none;
    color:#000;
}

.pageIc ul {
    padding: 0;
    margin: 0;
    list-style: circle;
    padding-left: 20px;
}

    .pageIc ul li {
        list-style: circle;
    }


.pageIc ol {
    padding: 0;
    margin: 0;
    list-style: auto;
    padding-left: 20px;
}

    .pageIc ol li {
        list-style: auto;
    }


.temp7-hbr {
    position: relative;
    transition: .5s;
}

.temp7-hbr:hover
{
    transform:translate(0px,-10px);
    transition:.5s;
}


.temp7-hbr a
{
    text-decoration:none;
}

    .temp7-hbr .tmp7haberbox {
        position: relative;
        width: 100%;
        background-color: #fff;
        border-radius: 20px;
    }

        .temp7-hbr .tmp7haberbox img {
            border-top-left-radius: 5%;
            border-top-right-radius: 5%;
        }


        .temp7-hbr .tmp7haberbox .haber-title {
            font-size: 18px;
            font-weight: 400;
            color: #000;
            margin-top: 15px;
            padding:10px 20px;
        }

        .temp7-hbr .tmp7haberbox .haber-txt {
            font-size: 16px;
            font-weight: 300;
            margin-bottom: 10px;
            color: #000;
            padding: 10px 20px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

.temp7trhtxt {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    margin-bottom: 10px;
    font-style: italic;
}

.hbrimg
{
    float:left;
    width:40%;
    margin-right:30px;
    margin-bottom:20px;
}

.temp7-contact {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 99;
}


.temp7harita {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}


.temp7mapbtnbox {
    position: absolute;
    left: 4%;
    top: 15%;
    width: auto;
    display: inline-block;
    z-index: 997;
}

    .temp7mapbtnbox .map-ul {
        position: relative;
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
    }

        .temp7mapbtnbox .map-ul .map-li {
            position: relative;
            margin: 0 10px;
            padding: 10px 0;
            display: block;
        }

            .temp7mapbtnbox .map-ul .map-li a {
                position: relative;
                padding: 10px;
                display: block;
                background-color: #f7f7f7;
                font-size: 17px;
                font-weight: 300;
                color: #000;
                text-decoration: none;
                border-radius: 10px;
            }


.temp7contactbox {
    position: absolute;
    right: 5%;
    bottom: 10%;
    width: 30%;
    height: 400px;
    border-radius: 10px;
    background-color: #f7f7f7;
    z-index: 997;
    padding: 25px;
}

.temp7contactbox, .temp7harita iframe {
    display: none;
}

.temp7-contact .visible {
    display: block;
    opacity: 1;
}

.temp7cont-ico a
{
    color:#000;
    text-decoration:none;
}

.temp7cont-ico i {
    color: orangered;
    font-size: 18px;
    margin-right: 10px;
}

.temp7cont-ico p {
    border-bottom: 1px solid #ededed;
    margin: 0;
    padding: 15px 0;
}

.temp7-contactbox {
    position: relative;
    width: 100%;
    z-index: 997;
    background-color: #fff;
}

    .temp7-contactbox .contact-title {
        font-size: 18px;
        font-weight: 500;
        color: orangered;
    }

    .temp7-contactbox .contact-btn {
        background-color: orangered;
        color: #fff;
        text-align: center;
        font-size: 16px;
        border-radius:0;
    }

.referansTemp7
{
    position:relative;
    width:100%;
    padding:5rem;
}

.referans-box {
    position: relative;
    width: 100%;
    padding: 20px;
    margin: 0;
    border-left: .5px solid #f9f9f9;
    border-top: .5px solid #f9f9f9;
    border-right: .5px solid #f9f9f9;
    border-bottom: .5px solid #f9f9f9;
}


.referans-box .referans
{
    position:relative;
    width:100%;
}

.referans-box a
{
    text-decoration:none;
    color:#000;
}

.referans-box .referans img
{
    width:100%;
}

.referans-title
{
    font-size:20px;
    font-weight:400;
    margin-top:10px;
}


.pageIc .refimgic {
    float: left;
    width: 30%;
    margin-right: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.iletisimForm .form-control {
    display: block;
    width: 100%;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.iletisimForm .form-control::placeholder {
    padding: 0px 10px;
    font-size: 1rem;
}

.arama-col a
{
    text-decoration:none;
    color:#000;
}

.searchBar {
    position: relative;
}


.footsocial {
    width: 100%;
    display: flex;
    justify-content: center;
}

    .footsocial a i {
        margin: 5px;
        border-radius: 50%;
        border: 1px solid #ccc;
        padding: 10px 0;
        color: #000;
        transition: .5s;
        width: 40px;
        height: 40px;
        text-align: center;
    }

    .footsocial a:hover i {
        margin: 5px;
        border-radius: 50%;
        border: 1px solid #000;
        padding: 10px 0;
        color: #000;
        width: 40px;
        height: 40px;
        transition: .5s;
    }



.parallaxImg::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 150px;
    width: 100%;
    background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
    z-index: 995;
}



.language-menu-item {
    position: relative;
    text-transform: uppercase;
    margin-top: 9px;
}

    .language-menu-item .open-language-switcher i {
        color:#fff;
        font-size:25px;
    }

.nav-bg .language-menu-item .open-language-switcher i {
    color: #000;
    font-size: 25px;
}

.language-menu-item .open-language-switcher:after {
    display: none
}

    .language-menu-item .language-switcher {
        position: absolute;
        top: calc(100% + .4rem);
        right: -1.2rem;
        background: #fff;
        display: block;
        padding: 1rem 1rem;
        border-radius: 3px;
        opacity: 0;
        transition: .4s ease .1s;
        visibility: hidden;
        box-shadow: 0 8px 16px rgba(149,157,165,.2);
        border: 1px solid rgba(0,0,0,.1);
        list-style: none;
        font-size: 20px;
    }

        .language-menu-item .language-switcher li {
            text-align: center;
            margin: .6rem 0 0
        }

            .language-menu-item .language-switcher li:first-child {
                margin-top: 0
            }

            .language-menu-item .language-switcher li a {
                display: inline-block;
                font-size: .9em;
                color:#000;
            }

                .language-menu-item .language-switcher li a:after {
                    bottom: -1px
                }

    .language-menu-item:hover .language-switcher {
        visibility: visible;
        opacity: 1
    }


/*Kapatılan Cssler*/
#parallax, .temp4banner, .slider2, .temp1-2-hbr, .hbr-tema3, .ana-hak, .aboutpage3, .ana-proje, .b-tint, .hib-links, .ana-ref, .parallax5,
.referans-tema3, .cvgonderbg, .lozad, .msjtemp, .kurumsalbanner, .banneric, .bannerictemp3, .temp3-icsyf, .kurumsalbg, .breadcrumbdiv, .iletisimbg3,
.iletisimpage2, .iletisimbg, .haberpage, .haberpagetemp3, .ana-proje, .temp2-project, .temp3-project, .temp1parallax, .parallax_bg, .temp6-parallax, .temp1parallax, .temp8-parallax, .temp8Loader, .loading {
    display: none !important;
}

