@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.open-sans {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.about-img-wrap {
  position: relative;
}
.about-img-wrap .about-img img {
  border-radius: 10px;
  max-width: 100%;
  object-fit: cover;
}
.play-btn-02 {
  position: absolute;
  top:40%;
  left:45%;
}


.carousel-item img {
  object-position: top center;
}

.play-btn-02 a {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 15px;
  display: inline-block;
  text-align: center;
  position: relative;
  border-radius: 50%;
  background: linear-gradient(240deg, #1682AD 0%, #42b9ff 100%);
  color: #ffffff;
  transition: all 0.3s linear;
}


.breadcrumb-item+.breadcrumb-item::before {float:none !important;}

/* doküman linki */

#tab6 a {
    background-color: #024381;
    color: #fff;
    border: 1px solid black;
    padding: 3px;
    border-radius: 5px;
}
#tab6 a:hover {
    background-color: #027cbf;
    color: #fff;
    border: 1px solid black;
    padding: 3px;
    border-radius: 5px;
}
/* pagination */
.active>.page-link, .page-link.active {
        z-index: 3;
    color: #fff;
    background-color: #024381;
    border-color: #024381;
}
.page-link {
    color: #024381;
}

/* social share */
/* social share */
.social-share {
    text-align: right;
    position: relative;
    margin: 15px;
}
.social-btn-area {
    display: inline-block;
    padding: 2px;
    width: 30px;
    height: 24px;
    cursor: pointer;
    margin-right: 5px;
    text-align: center;
}
.flag-icon-genel {
    background-image: url(flag-icons-main/flags/4x3/dil.svg);
}



/* owl width */
@media only screen and (min-width: 1124px) {

    .owl-carousel {
        min-width: 1060px;
    }
}


/* carousel indicator */
.carousel-indicators {
    z-index: 11;
}
/* liste card */
.card {
    margin-top: 5%;
    border-bottom: 2.5px solid #024381
    !important;
    border-radius: 0;
    line-height: 1.3;
  }

  .card-body::after {
    height: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 2.5px solid #024381
    !important;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
  }

  .card-body::before,
  .card-body::after {
    background: #E7F5FF;
    content: '';
    position: absolute;
    z-index: -1;
  }

  .card:hover {
    color: #000;
  }

  .card:hover .card-body:after {
    height: 100%;
    color: #fff;
  }

  .card-body {
    position: relative;
    z-index: 0;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }

  .card-img, .card-img-top {
    z-index: 1;
    object-fit: cover;
  }

  .card-text {
    color: #000 !important;
    margin-bottom: 1rem;
  }

  .card-date {
    color: grey;
  }
/* number input ok opaklığı */
input[type=number]::-webkit-inner-spin-button {
  opacity: 1
}
/* tablo ayarları */
#tab3 td {
    padding: 5px;
}
#tab3 th {
    padding: 5px;
}
#tab3 table { text-align: left;}
#tab3 table tr td { border:1px solid #999;}
#tab3 table tbody tr th { background:#ddd; border:1px solid #999; }
#tab3 p { margin: 1px; font-size: 14px; }
/* vertical tab */
a.addlist:last-child {
  background: #024381;
}
a.addlist {
  padding: 6px 12px;
  border-radius: 3px;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  display: inline-block;
}

.tab_links {
    /* display: inline-block; */
    padding: 8px 35px;
    background: #027cbf !important;
    color: #fff !important;
    border-bottom: 1px solid #0A71AA !important;
    font-weight: 100 !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    border-radius: 1px;
    min-height: 50px;
    width: 160px;

}

.ul .li .tab_links a:active, li.active {

    background: #024381 !important;
    color: #fff;
    border: 1px solid #024381 !important;

}
.ul .li .tab_links a.active, li.active {
  background: #024381 !important;
  color: #fff;
  border: 1px solid #024381 !important;

}
.tab_links:hover {
  background: #024381 !important;
  color: #fff;
  border: 1px solid #024381 !important;
}
.tabs_wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
}

ul.tabs {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 10;
  margin: 2rem 3.5rem 0 0;
  padding: 0;
  width: 30%;
  min-width: 175px;
  list-style: none;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

ul.tabs li,
.tab_drawer_heading {
  margin: 0;
  cursor: pointer;
  padding: 10px 15px;
  line-height: 31px;
  text-align: left;
  font-weight: bold;
  background: #ffffff;
  color: #969BAB;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid #F4F5F7;
}

ul.tabs li svg {
  float: right;
  width: 11px;
  margin-top: 8px;
  display: none;
}

ul.tabs li:hover,
.tab_drawer_heading:hover {
  color: #969BAB;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

ul.tabs li.active,
.tab_drawer_heading.active {
  background: #ffffff;
  color: #18191F;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid #969BAB;
}

ul.tabs li.active svg {
  display: block;
}

.tab_container {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 20;
  left: 0%;
  width: 70%;
  min-width: 10px;
  text-align: left;
  background: white;
  border-radius: 12px;
}

.tab_content {
  padding: 20px;
  height: auto;
  margin-top: 32px;
  display: none;
  background-color: #efefef;
}
@media only screen and (min-width: 1124px) {
  .tab_content {
    min-width: 880px;
    min-height: 315px;
    margin-left: -169px;
  }

}


.tab_content.active {
  display: block;
}

.tab_drawer_heading {
  display: none;
}

@media screen and (max-width: 781px) {
    
    .logo50
    {
        max-height:40px;
    }
      .product-box
    {
        max-height:60px;
    }
  ul.tabs {
    display: none;
  }

  .tab_container {
    display: block;
    margin: 0 auto;
    width: 95%;
    border-top: none;
    border-radius: 0;
  }

  .tab_drawer_heading {
    margin: 0;
    padding: 5px 20px;
    display: block;
    cursor: pointer;
    text-align: center;
  }
}

/* related products slider */
.p-title {
  text-wrap: wrap;
  overflow: hidden;
}
.box {
  overflow: hidden;
  margin: 0px;
}
.lst-box {

  white-space: nowrap;
  animation: loop 35s linear infinite;
  width: calc(200*6px);
}
.lst-box li {
  display: inline-block;
}
.lst-box li .item {
  width: 250px;
  height: 260px;
  background: #fff;
  line-height: 100px;
  text-align: center;
  font-size: 50px;
  color: white;
}
.lst-box:hover {
  animation-play-state: paused;
}

@keyframes loop {
  0% {transform: translateX(0%);}
  100% {transform: translateX(-100%);}
}

.slider-product {
overflow: hidden;
object-fit: cover;
width: 250px;
height: 260px;
border-radius: 1%;
}



/* owl carousel */

.owl-carousel {
	.owl-stage {
		display: flex;
	}
	.owl-item {
    border-radius: 10%;
		display: flex;
		flex: 1 0 auto;
	}
	.thumbnail {

    border-radius: 5%;
		display: flex;
		flex-direction: column;
		margin: 0 15px;
		.caption {
			display: flex;
			flex: 1 0 auto;
			flex-direction: column;
			.flex-text {
				flex-grow: 1;
                color: #000;
			}
			}

		}

}



/* slick slider */

a.more { font-size: 13px; font-weight: 600; color: #024381; }
a.more:hover { color: #232323; }

/*  */
.fab:hover {box-shadow: 5px 5px 10px #625F5E;}

/* contact buttons */
.cbtn {

  display: inline-block;
  padding: 8px 11px;
  background: #027cbf;
  color: #fff;
  border: 1px solid #027cbf;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  border-radius: 1px;

  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;



  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
}

.cbtn:hover {
background: #024381;
color: #fff;
border: 1px solid #024381 !important;
}
.cbtn:focus {
  background: #024381;
  color: #fff;
  border: 1px solid #024381 !important;
  }



  .vbtn {

    display: inline-block;
    padding: 8px 35px;
    background: #027cbf;
    color: #fff;
    border: 1px solid #999;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    border-radius: 1px;
    min-height: 50px;
    width: 160px;
  }

  .vbtn:active {
    background: #024381 !important;
    color: #fff;
    border: 1px solid #024381;
    }

  .vbtn:hover {
  background: #024381;
  color: #fff;
  border: 1px solid #024381;
  }

  .vtabc {
    margin-left: -15px;
    background-color: #efefef;
    min-width: 880px;
    min-height: 322px;
  }

  @media only screen and (max-width: 1024px) {


    .langbar {
        position: absolute;
        top: 0;
        right: 0;
        border-bottom: solid 1px #ebebeb;
        margin-top: 10px;
        margin-right: 10px;
    }
    .vtabc {
      margin-left: -15px;
    background-color: #efefef;
    height: auto;
    width: auto;
    }

  }





/* product list button */
.plistbtnr {
    margin-bottom: 35%;
  padding: 5px 10px;
  color: #969BAB;
  font-weight: 600;
  font-size: 35px;
  border-radius: 3px;
  text-shadow: 0 1px 2px rgba(255, 248, 248, 5);
  text-decoration: none;
  max-width: 150px;
  float: inline-end;

  }
  .plistbtnl {
    margin-bottom: 35%;
    padding: 5px 10px;
    color: #969BAB;
    font-weight: 600;
    font-size: 35px;
    border-radius: 3px;
    text-shadow: 0 1px 2px rgba(255, 248, 248, 5);
    text-decoration: none;
    max-width: 150px;
    float: inline-start;
    }


  .plistbtnr:hover {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 5);
  }
  .plistbtnl:hover {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 5);
    }
/* product list text box */

.listptext {
  background-color: #fff;
  color: #024381;
  opacity: .8;
  border-radius: 4%;
  font-size: 20px;
}
.checkbox-lg .form-check-input{
  top: .5rem;
  scale: 0.4;
  margin-right: 0.1rem;
  }

 .checkbox-lg .form-check-label {
  padding-top: 13px;
  }

/* contact tabs */
@media (max-width: 991px) {
  .tab-content>.tab-pane {
    display: block;
    opacity: 1;
    background-color: #efefef;
  }
}

.pname     {
  border-radius: 3px;
  width: 100%;
  position: relative;
  z-index: 9;
  padding: 7px 0;
  background: #efefef
}



a {
  text-decoration: none;
}

/* tree menu */

/*sidebar*/
.sidebar-content { display: flex; }
.sidebar-content .sidebar { width: 100%; max-width: 320px; margin-right: 40px; }
.sidebar-content .sidebar .side-menu { padding: 30px 0; background: #fff; box-shadow: 20px 20px 40px 0 rgba(0,0,0,0.15); border-radius: 6px; position: sticky; top: 20px;}
.sidebar-content .sidebar .side-menu ul { list-style: none; }
.sidebar-content .sidebar .side-menu ul ul { display: none; }
.sidebar-content .sidebar .side-menu ul li.active ul { display: block;}
.sidebar-content .sidebar .side-menu ul li a { display: block; padding: 10px 30px; color:#000; position: relative;}
.sidebar-content .sidebar .side-menu ul li.active a, .sidebar-content .sidebar .side-menu ul li a:hover {display: block; background:#E7F5FF; }
.sidebar-content .sidebar .side-menu ul li.active a:before {display: block; content: ''; position: absolute; left: 0; top: 0; bottom:0; width: 4px; background:#3498DB; }
.sidebar-content .content { flex: 1; }

#sidemenu>ul>li.active>a, #sidemenu ul li:hover>a {display: block !important; background:#024381; opacity: 0.8; position: relative; color: #fff !important;}
#sidemenu>ul>li.active>a>ul { display: block !important; }
#sidemenu {position: relative;left: 0;right: 0;width: auto;text-align: left;margin:0;}
#sidemenu > ul { margin: 0 0 0 0; position: relative;}
#sidemenu>ul{display:block; }
#sidemenu ul{display:block; position: relative; list-style: none;}
#sidemenu:after,#sidemenu > ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
#sidemenu.align-center > ul,#sidemenu.align-right ul ul{text-align:left;}
#sidemenu ul li,#sidemenu ul ul li,#sidemenu ul li:hover > ul > li{width:100%;height:auto; position: relative;}
#sidemenu > ul > li,#sidemenu.align-center > ul > li,#sidemenu.align-right > ul > li{float:none;display:block;}
#sidemenu>ul>ul>li>a{font-size:14px;color:#fff;background:none;padding:15px 20px 20px 30px;}
#sidemenu>ul>li>a { padding:6px 20px !important; color: #024381 !important; display: block; background:#ebebeb; border-bottom:1px solid #c8dce7; font-size: 14px; line-height: normal !important }
#sidemenu>ul>li { margin: 0 0px;}
#sidemenu ul ul li a { padding:6px 20px; display: block; font-size: 13px; }
#sidemenu ul ul { padding: 0 !important }
#sidemenu ul ul li:hover > a,#sidemenu ul ul li a:hover{color:#fff; background:#047cc0}
#sidemenu ul ul li > a,#sidemenu ul ul li a {background:#f7f7f7}
#sidemenu ul ul ul li a{padding-left:40px; background:#fff;}
#sidemenu ul ul ul ul li a{padding-left:40px;}
#sidemenu>ul>li { border-right:none; position: relative;}
#sidemenu ul ul,#sidemenu ul ul ul{position:relative;left:0;right:auto;width:100%;margin:0;}
#sidemenu .submenu-buttons.submenu-opened:after{display:none;}
#sidemenu ul li a,#sidemenu ul ul li a{width:100%;}
#sidemenu > ul > li.has-sub > a::after,#sidemenu ul ul li.has-sub > a::after,#menu-line,#sidemenu
#sidemenu ul ul li a { color: #024381 }
#sidemenu ul ul{ border-bottom: none; display: none; }
#sidemenu ul ul li a{border-bottom:1px solid #c8dce7; background-color: #008bd2; color: #fff;}

.sidebar-content { display: flex; flex-flow: column-reverse;}
.sidebar-content .sidebar { margin-right: 0; max-width: 100%;}
.sidebar { margin-top: 30px; }
#sidemenu .submenu-buttons{ border: none;
    outline: none;position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid #c8dce7;border-bottom:1px solid #c8dce7;height:32px;width:40px;cursor:pointer; background-color: #969BAB;}
/* breadcrumb */
a {
	color: currentColor;
	text-decoration: none;
}



.breadcrumb {
	border: 1px solid $color-primary;
	border-radius: 0.25em;
	margin-bottom: 1.5em;
	max-height: 2.5em;
	overflow: hidden;
	position: relative;
	transition: all 0.3s ease-in-out;
	z-index: 1;

	a {
		display: block;
		padding: 0.7em 1.4em;
	}
	.breadcrumb p { margin: 1.5em 0; }

	// When dropdown is active
	&:target {
		max-height: 20em;

		.breadcrumb-link {
			opacity: 1;
			position: static;
			visibility: visible;
		}

		.breadcrumb--active:after { content: none; }

		// Not overriding on IE9
		.breadcrumb-close:after { visibility: visible; }

	}

}

	.breadcrumb-link {
		color: tint($color-primary, 35%);
		opacity: 0;
		visibility: hidden;
		position: absolute;
		transition: all 0.2s;
		z-index: 0;
	}

	.breadcrumb--active {
		color: $color-primary;
		font-weight: 700;
		position: relative;

		&:after {
			content: '\25BE';
			position: absolute;
			right: 22px;
			z-index: 1;
		}

	}

	.breadcrumb-close {
		position: absolute;
		right: 0;
		bottom: 0;
		visibility: hidden;
		z-index: 10;

		&:after {
			content: '\25B4';
			color: $color-primary;
		}

	}

@media (min-width: 700px) {

	.breadcrumb {
		border: none;

		a {
			display: inline;
			padding: 0.5em;
		}

	}

		.breadcrumb-link {
			display: inline;
			opacity: 1;
			visibility: visible;
			position: static;

			&:after {
				content: '/';
				margin-left: 0.5em;
				margin-right: -0.75em;
			}

		}

		.breadcrumb--active {
			pointer-events: none;

			&:after { content: none; }

		}

		.breadcrumb-close { display: none !important; }

}

/* font */
body{ font-family: 'Open Sans', sans-serif;}
h1,h2,h3,h4,h5,h6{margin-bottom:.3em;line-height:1.2;color:#024381;position:relative;font-family: 'Montserrat', sans-serif;font-weight:800; overflow: hidden;}

h1:before,h2:before,h3:before,h4:before,h5:before,h6:before {font-family: 'Montserrat', sans-serif; letter-spacing:4px; color:#024381; text-transform: uppercase; font-weight: 500; position: absolute; top: -20px; left:2px; content:attr(data-text); font-size: 12px; }

.text-center h1:before,.text-center h2:before,.text-center h3:before,.text-center h4:before,.text-center h5:before,.text-center h6:before { text-align: center; width: 100%; }

input,textarea,button.btn,select{
    border-radius:3px;
    font-family:'Open Sans',sans-serif;
    background-clip:padding-box;
    width:100%;
    padding:5px;
    border:1px solid #ddd;
    margin:0 0 10px;
    outline:none;
    font-size:14px;
    
}




.bbtn {

    display: inline-block;
    padding: 12px 40px;
    background: #fff;
    color: #024381;
    border: 1px solid #024381;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    border-radius: 3px;

    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none;



    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none;
}

.bbtn:hover {
  background: #024381;
  color: #fff;
  border: 1px solid #024381;
}
/* imaj boyutlandırma */
.slider_imaj {
  overflow: hidden;
  width: 1980px;
  height: 880px;
  justify-content: center;
}

.imaj_products {
  object-fit: cover;
  justify-content: center;
  width: 230px;
  height: auto;
}

.pslider_imaj {
    overflow: hidden;
    height: 230px;
    justify-content: center;
    object-fit: fill;
  }

.imaj_news {
  border: 2px #625F5E solid;
  overflow: hidden;
  justify-content: center;
  height: 160px;
  transition: 1s ease;

}
.imaj_news:hover {
    border: 2px #625F5E solid;
    overflow: hidden;
    justify-content: center;
    height: 160px;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: 1s ease;
    border-radius: 3%;
  }
.post_slider {
  border: 1px #625F5E solid;
  height: 200px;
  border-radius: 1%;
}
.post_slider:hover {
    border: 1px #625F5E solid;
    height: 200px;
    border-radius: 1%;
  }
.ofitslider {
  object-fit: cover;
  border-radius: 1%;
  transition: 1s ease;
}
.ofitslider:hover {
    object-fit: cover;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: 1s ease;
    border-radius: 3%;
  }
  .ofit {
    object-fit: cover;
    justify-content: center;
  }

.rslider {
    height: 250px;
}


/* slick slider */
/* .carousel-caption {
  position: absolute;
  top: 316px;
  text-align: start;
} */

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 0;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
font-size:24px; line-height:24px;
}
@media only screen and (min-width: 768px) {
  /*  .navbar-nav {margin-left:90px;}*/
.carousel-caption span { font-size:54px; line-height:54px; color:#fff; font-weight: 900; margin-bottom: 10px; display: inline-block;font-family: 'Montserrat', sans-serif;text-shadow:2px 2px 10px rgba(0,0,0,1);}
.carousel-caption p { display: block; font-size: 16px; color: #fff; font-weight: 500;text-shadow:2px 2px 10px rgba(0,0,0,1);} }

.slider {
    width:  100%;
    margin: 0 auto;
    max-height: 500px;
    object-fit: cover;
    overflow: hidden;
  }

  .slider img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
  }
  .slick-slide {
    margin: 0 10px;
  }

  .slick-list {
    margin: 0 -10px;
  }

  .slider-icerik {
    color: #5A5A5A;
    line-height: 22px;
    font-size: 14px;
  }

  .slider-baslik {
    color: #024381;
    font-size: 20px;
    font-weight: 800;
  }

  .center {
    text-align: center;
  }

  .box {
    padding: 1rem;
    text-align: center;
  }

  .column img {
    width: 120%;
    height: auto;
  }

  h4:hover {
    color: #008bd2 !important;

/* Kutuların(box) hover rengi */
}

  /* Menü Başlıklarının hover rengi */
#home-icon {
  color: #008bd2;
}

.nav-link {
  color: #625F5E;
}

.nav-link:hover {
  color: #008bd2 !important;
}

/* Menü Başlıklarının altında ki bar */
@media only screen and (min-width: 1024px) {
.dropdown:hover .dropdown-menu {
display: block;
}

}

.red-bar {
position: absolute;
bottom: 0;
right: 0;
width: 100%;
height: 4px;
background-color: #008bd2;
transform: scaleX(0);
transform-origin: left;
transition: transform 0.3s ease-in-out;
}

.dropdown:hover .red-bar {
transform: scaleX(1);
}

/* Açılır menü Bar*/
.dropdown-menu {
  position: relative;
}

.dropdown-menu li{
  position: relative;
  overflow: hidden;
}

.dropdown-menu li::before{
  content: '';
  position: absolute;
  height: 100%;
  width: 25px;
  background-color: #008bd2;
  top: 0;
  left: -25px;
  transition: all 0.5s ease-in;

}

.dropdown-menu li:hover::before{
  left: 0;
}

.blue-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #008bd2;
  transition: width 0.3s;
}

.dropdown-item:hover .blue-bar {
  width: 0; /* Set the initial width of all .blue-bar elements to 0 */
}

.dropdown-item:hover > .blue-bar {
  width: 17px; /* Set the width of the specific .blue-bar element being hovered over to 17px */
}

/* 3 kutucuk */
.f-box {
  background: #fff;
  display: inline-block;
  padding: 80px 20px;
  text-align: center;
  box-shadow: 20px 20px 40px rgba(0,0,0,.1);
  width: 100%;
  max-width: 200px;
  border-radius: 3px;
}

.f-box i {
  font-size: 54px;
  margin-bottom: 20px;
  color: #024381;
}

.f-box span {
  display: block;
}

/* Genel butonlar */
.btn {
display: inline-block;
padding: 12px 40px;
background-color: #fff;
color: #024381;
border: 1px solid #024381;
font-weight: 600;
font-size: 12px;
border-radius: 3px;
text-decoration: none;
}

.btn:hover {
background-color: #024381;
color: #fff;
}
.aebtn {
  display: inline-block;
  padding: 10px 30px;
  background-color: #024381;
  color: #fff;
  border: 1px solid #024381;
  font-weight: 600;
  font-size: 12px;
  border-radius: 3px;
  text-decoration: none;
  }

  .aebtn:hover {
  background-color: #024381;
  color: #fff;
  }


/* üst menü sağ 3 buton tasarımı */
.bttnn{
  display: inline-block;
  background-color: #fff;
  border: none;
  font-size: 20px;
  font-weight: 900;
  }




.news-anno {
  font-size: 24px;
  color: #024381;
  font-weight: 800;
}



.fairs-events {
  font-size: 24px;
  color: #024381;
  font-weight: 800;
}



/* footer stilleri */

.footer-container {
  padding-bottom: 80px;
  background: #413F3E;
}

.footer-baslik{
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 5px;
  margin-top: 20px;
}

.footer-a-icerik{
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  padding: 5px 0;
  display: block;
  margin: 0;
  border: 0;
  outline: 0;
  text-decoration: none !important;
}

.footer-a-icerik:hover {

color: #5A5A5A;
}

.footer-b-icerik {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  padding: 5px 0;
  display: block;
  margin: 0;
  border: 0;
  outline: 0;
  text-decoration: none !important;
}




  /* icon stilleri */

  .social-icons a i {
    color: #fff;

  }

  .social-icons a i:before {
    background-color: #027CC0;
    display: block;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    border-radius: 3px;
  }

  .social-icons {
    position: relative;
    top: -30px;
  }



  /* slick slider-fairs and events */

  .mobile_img {
    margin-right: 5px;
  }

  .mobile_img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    border-radius: 10px;
  }


  button.slick-prev.slick-arrow,
  button.slick-next.slick-arrow {
    width: 30px;
    z-index: 2;
  }

  .slick-prev
  {
      left: 20px !important;
  }

  .slick-next{
      right: 20px !important;
  }

  .slick-prev:before, .slick-next:before {
      font-size: 38px !important;
  }

  .img_slider_section{
      padding: 30px 10px;
  }







  /* büyük slider */
  #myCarousel{
    width: 100%;
    height: calc(100vh - 89px);
  }

  #myCarousel img{
    width: 100%;
    height: auto;
  }

  .navbar {
    font-family:'Open Sans', sans-serif !important;
    /* z-index: 9999; */
    background-color: #fff;
    height:auto;
    position: relative;

  }

/* clipboard bildirim */
.custom-circle {
  right: -8px;
  width: 20px;
  height: 20px;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  padding: 4px;
  line-height: 12px;
  border-radius: 30px;
}

/* arama inputu */
.container3{
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  top: 94px;
  z-index: 99;

  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.center2{
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 20px;
}

/* arama inputu */
.input-group{
  z-index: 999;
}
/* products */
.product-box { position: relative;
    height: 80px;
    max-width: 230px;
overflow: hidden;
    align-items: center;}
.product-box .product-overlay:hover {background-image: linear-gradient(180deg, rgba(0,0,0,0.21) 10%, #12161A 100%); position: absolute; top: 0; right: 0; left: 0; bottom: 0;}
.product-box .product-overlay .product-ex {display:none; position: absolute; left:30px; bottom: 30px; text-align: left;}
.product-box .product-overlay .product-ex h4 { color:#fff; font-size: 16px; }
.product-box .product-overlay .product-ex span { font-size: 12px; color: #fff; letter-spacing: 2px; font-family: 'Open Sans', sans-serif;}
.product-box .product-overlay {position: absolute; top: 0; right: 0; left: 0; bottom: 0; }
.product-overlay h4, .product-overlay span
{
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
     padding: 10px;
     border-radius: 10%;
}
.product-overlay:hover h4, .product-overlay:hover span
{
    color: #fff;
    background-color: transparent !important;
}


.home-products .col-5 { gap:5px }
.home-products img { width: 100%; }

/* success */

.home-about .center { display: flex;justify-content: space-around; align-items: center; }
.home-about { background: url('img/world.svg') right center no-repeat; }
.home-about .text { max-width: 600px; }
.featured .f-box {
  -webkit-transition: transform .5s ease-in-out;
  -moz-transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  max-width: 200px; width: 100%; padding: 80px 20px; text-align: center; background:#fff; box-shadow: 20px 20px 40px rgba(0,0,0,.3); margin: 15px 0; border-radius: 5px; }
.featured .f-box span { font-size: 16px; color:#024381; font-weight: 600; display: block; margin-top: 20px;}
.featured .f-box i { font-size: 48px; color:#024381; }
.featured .f-box:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  max-width: 200px; width: 100%; padding: 80px 20px; text-align: center; background:#fff; box-shadow: 20px 20px 40px #024381; margin: 15px 0; border-radius: 13px; transform: scale(1.1);  }
/* news slider */


.logo50{
    max-height:53px;
    }


/*Offline düzeltmeler*/

.materyal{
  background: url(../../../files/zemin_anasayfa.jpg);
  margin-top: 30px;
}
.siyah_yazi{
  color:#000000;
}
.materyal_ikon{
    text-align: center;
    padding-top: 30px;
}
.materyal_ikon img{
  width: 100px;
}
.materyal_yazi{
  padding-top: 15px;
  text-align: center;
}
.materyal_trans{
  background: linear-gradient(0deg, rgb(0 0 0 / 10%) 10%, rgba(0, 0, 0, 0) 50%);
}
.yeni_urun_alan{
  background: url(../../../files/zemin.jpg);
  background-size: cover;
  color: #fecc00;
  margin-top: 30px;
}


.beyaz{
  color: #ffffff;
}
.np_txt{
  font-weight: normal;
  font-size: 16px;
}
.np_txt:hover{
  color: #fecc00 !important;
}




/*Offline düzeltmeler sonu*/


@media only screen and (max-width: 2560px) {

}

@media only screen and (max-width: 1920px) {

}

@media only screen and (max-width: 1440px) {

}

@media only screen and (max-width: 1199px) {

}

@media only screen and (max-width: 1024px) {
  .logo50{
    max-height:40px;
  }
  .yeni_urun_baslik img{
    height: 280px;
  }

}   

@media only screen and (max-width: 768px) {
  .yeni_urun_baslik {
      padding: 81px 0px 0px 0px;
  }
  .yeni_urun_baslik img {
      height: 190px;
  }
}


@media only screen and (max-width: 576px) {
  .yeni_urun_baslik {
      text-align: center;
  }
}

@media only screen and (max-width: 425px) {

}

@media only screen and (max-width: 375px) {

}

@media only screen and (max-width: 320px) {

}

.about-img-wrap {
  position: relative;
}
.about-img-wrap .about-img img {
  border-radius: 10px;
  max-width: 100%;
  object-fit: cover;
}
.play-btn-02 {
  position: absolute;
  top:40%;
  left:45%;
}


.carousel-item img {
  object-position: top center;
}

.play-btn-02 a {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 15px;
  display: inline-block;
  text-align: center;
  position: relative;
  border-radius: 50%;
  background: linear-gradient(240deg, #1682AD 0%, #42b9ff 100%);
  color: #ffffff;
  transition: all 0.3s linear;
}


.breadcrumb-item+.breadcrumb-item::before {float:none !important;}

/* doküman linki */

#tab6 a {
    background-color: #024381;
    color: #fff;
    border: 1px solid black;
    padding: 3px;
    border-radius: 5px;
}
#tab6 a:hover {
    background-color: #027cbf;
    color: #fff;
    border: 1px solid black;
    padding: 3px;
    border-radius: 5px;
}
/* pagination */
.active>.page-link, .page-link.active {
        z-index: 3;
    color: #fff;
    background-color: #024381;
    border-color: #024381;
}
.page-link {
    color: #024381;
}

/* social share */
/* social share */
.social-share {
    text-align: right;
    position: relative;
    margin: 15px;
}
.social-btn-area {
    display: inline-block;
    padding: 2px;
    width: 30px;
    height: 24px;
    cursor: pointer;
    margin-right: 5px;
    text-align: center;
}
.flag-icon-genel {
    background-image: url(flag-icons-main/flags/4x3/dil.svg);
}



/* owl width */
@media only screen and (min-width: 1124px) {

    .owl-carousel {
        min-width: 1060px;
    }
}


/* carousel indicator */
.carousel-indicators {
    z-index: 11;
}
/* liste card */
.card {
    margin-top: 5%;
    border-bottom: 2.5px solid #024381
    !important;
    border-radius: 0;
    line-height: 1.3;
  }

  .card-body::after {
    height: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 2.5px solid #024381
    !important;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
  }

  .card-body::before,
  .card-body::after {
    background: #E7F5FF;
    content: '';
    position: absolute;
    z-index: -1;
  }

  .card:hover {
    color: #000;
  }

  .card:hover .card-body:after {
    height: 100%;
    color: #fff;
  }

  .card-body {
    position: relative;
    z-index: 0;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }

  .card-img, .card-img-top {
    z-index: 1;
    object-fit: cover;
  }

  .card-text {
    color: #000 !important;
    margin-bottom: 1rem;
  }

  .card-date {
    color: grey;
  }
/* number input ok opaklığı */
input[type=number]::-webkit-inner-spin-button {
  opacity: 1
}
/* tablo ayarları */
#tab3 td {
    padding: 5px;
}
#tab3 th {
    padding: 5px;
}
#tab3 table { text-align: left;}
#tab3 table tr td { border:1px solid #999;}
#tab3 table tbody tr th { background:#ddd; border:1px solid #999; }
#tab3 p { margin: 1px; font-size: 14px; }
/* vertical tab */
a.addlist:last-child {
  background: #024381;
}
a.addlist {
  padding: 6px 12px;
  border-radius: 3px;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  display: inline-block;
}

.tab_links {
    /* display: inline-block; */
    padding: 8px 35px;
    background: #027cbf !important;
    color: #fff !important;
    border-bottom: 1px solid #0A71AA !important;
    font-weight: 100 !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    border-radius: 1px;
    min-height: 50px;
    width: 160px;

}


.tab_links:hover {
  background: #024381 !important;
  color: #fff;
  border: 1px solid #024381 !important;
}
.tabs_wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
}

ul.tabs {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 10;
  margin: 2rem 3.5rem 0 0;
  padding: 0;
  width: 30%;
  min-width: 175px;
  list-style: none;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

ul.tabs li,
.tab_drawer_heading {
  margin: 0;
  cursor: pointer;
  padding: 10px 15px;
  line-height: 31px;
  text-align: left;
  font-weight: bold;
  background: #ffffff;
  color: #969BAB;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid #F4F5F7;
}

ul.tabs li svg {
  float: right;
  width: 11px;
  margin-top: 8px;
  display: none;
}

ul.tabs li:hover,
.tab_drawer_heading:hover {
  color: #969BAB;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

ul.tabs li.active,
.tab_drawer_heading.active {
  background: #ffffff;
  color: #18191F;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid #969BAB;
}

ul.tabs li.active svg {
  display: block;
}

.tab_container {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 20;
  left: 0%;
  width: 70%;
  min-width: 10px;
  text-align: left;
  background: white;
  border-radius: 12px;
}

.tab_content {
  padding: 20px;
  height: auto;
  margin-top: 32px;
  display: none;
  background-color: #efefef;
}
@media only screen and (min-width: 1124px) {
  .tab_content {
    min-width: 880px;
    min-height: 315px;
    margin-left: -169px;
  }

}


.tab_content.active {
  display: block;
}

.tab_drawer_heading {
  display: none;
}

@media screen and (max-width: 781px) {
    
    .logo50
    {
        max-height:40px;
    }
      .product-box
    {
        max-height:60px;
    }
  ul.tabs {
    display: none;
  }

  .tab_container {
    display: block;
    margin: 0 auto;
    width: 95%;
    border-top: none;
    border-radius: 0;
  }

  .tab_drawer_heading {
    margin: 0;
    padding: 5px 20px;
    display: block;
    cursor: pointer;
    text-align: center;
  }
}

/* related products slider */
.p-title {
  text-wrap: wrap;
  overflow: hidden;
}
.box {
  overflow: hidden;
  margin: 0px;
}
.lst-box {

  white-space: nowrap;
  animation: loop 35s linear infinite;
  width: calc(200*6px);
}
.lst-box li {
  display: inline-block;
}
.lst-box li .item {
  width: 250px;
  height: 260px;
  background: #fff;
  line-height: 100px;
  text-align: center;
  font-size: 50px;
  color: white;
}
.lst-box:hover {
  animation-play-state: paused;
}

@keyframes loop {
  0% {transform: translateX(0%);}
  100% {transform: translateX(-100%);}
}

.slider-product {
overflow: hidden;
object-fit: cover;
width: 250px;
height: 260px;
border-radius: 1%;
}



/* owl carousel */

.owl-carousel {
	.owl-stage {
		display: flex;
	}
	.owl-item {
    border-radius: 10%;
		display: flex;
		flex: 1 0 auto;
	}
	.thumbnail {

    border-radius: 5%;
		display: flex;
		flex-direction: column;
		margin: 0 15px;
		.caption {
			display: flex;
			flex: 1 0 auto;
			flex-direction: column;
			.flex-text {
				flex-grow: 1;
                color: #000;
			}
			}

		}

}



/* slick slider */

a.more { font-size: 13px; font-weight: 600; color: #024381; }
a.more:hover { color: #232323; }

/*  */
.fab:hover {box-shadow: 5px 5px 10px #625F5E;}

/* contact buttons */
.cbtn {

  display: inline-block;
  padding: 8px 11px;
  background: #027cbf;
  color: #fff;
  border: 1px solid #027cbf;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  border-radius: 1px;

  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;



  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
}

.cbtn:hover {
background: #024381;
color: #fff;
border: 1px solid #024381 !important;
}
.cbtn:focus {
  background: #024381;
  color: #fff;
  border: 1px solid #024381 !important;
  }



  .vbtn {

    display: inline-block;
    padding: 8px 35px;
    background: #027cbf;
    color: #fff;
    border: 1px solid #999;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    border-radius: 1px;
    min-height: 50px;
    width: 160px;
  }

  .vbtn:active {
    background: #024381 !important;
    color: #fff;
    border: 1px solid #024381;
    }

  .vbtn:hover {
  background: #024381;
  color: #fff;
  border: 1px solid #024381;
  }

  .vtabc {
    margin-left: -15px;
    background-color: #efefef;
    min-width: 880px;
    min-height: 322px;
  }

  @media only screen and (max-width: 1024px) {


    .langbar {
        position: absolute;
        top: 0;
        right: 0;
        border-bottom: solid 1px #ebebeb;
        margin-top: 10px;
        margin-right: 10px;
    }
    .vtabc {
      margin-left: -15px;
    background-color: #efefef;
    height: auto;
    width: auto;
    }

  }



/* h tags */
h1,h2,h3,h4,h5,h6{margin-bottom:.3em;line-height:1.2;color:#024381;position:relative;font-family: 'Montserrat', sans-serif;font-weight:800; overflow: hidden;}
h1:before,h2:before,h3:before,h4:before,h5:before,h6:before {font-family: 'Montserrat', sans-serif; letter-spacing:4px; color:#999; text-transform: uppercase; font-weight: 500; position: absolute; top: -20px; left:2px; content:attr(data-text); font-size: 12px; }
.text-center h1:before,.text-center h2:before,.text-center h3:before,.text-center h4:before,.text-center h5:before,.text-center h6:before { text-align: center; width: 100%; }
h1{font-size:28px}
h2{font-size:23px}
h3{font-size:23px}
h4{font-size:18px}
h5{font-size:14px}
h6{font-size:12px}

/* product list button */
.plistbtnr {
    margin-bottom: 35%;
  padding: 5px 10px;
  color: #969BAB;
  font-weight: 600;
  font-size: 35px;
  border-radius: 3px;
  text-shadow: 0 1px 2px rgba(255, 248, 248, 5);
  text-decoration: none;
  max-width: 150px;
  float: inline-end;

  }
  .plistbtnl {
    margin-bottom: 35%;
    padding: 5px 10px;
    color: #969BAB;
    font-weight: 600;
    font-size: 35px;
    border-radius: 3px;
    text-shadow: 0 1px 2px rgba(255, 248, 248, 5);
    text-decoration: none;
    max-width: 150px;
    float: inline-start;
    }


  .plistbtnr:hover {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 5);
  }
  .plistbtnl:hover {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 5);
    }
/* product list text box */

.listptext {
  background-color: #fff;
  color: #024381;
  opacity: .8;
  border-radius: 4%;
  font-size: 20px;
}
.checkbox-lg .form-check-input{
  top: .5rem;
  scale: 0.4;
  margin-right: 0.1rem;
  }

 .checkbox-lg .form-check-label {
  padding-top: 13px;
  }

/* contact tabs */
@media (max-width: 991px) {
  .tab-content>.tab-pane {
    display: block;
    opacity: 1;
    background-color: #efefef;
  }
}

.pname     {
  border-radius: 3px;
  width: 100%;
  position: relative;
  z-index: 9;
  padding: 7px 0;
  background: #efefef
}


.bread     {width: 100%;
position: relative;
z-index: 9;
padding: 7px 0;
background-color: #ededed;
}

a {
  text-decoration: none;
}

/* tree menu */

/*sidebar*/
.sidebar-content { display: flex; }
.sidebar-content .sidebar { width: 100%; max-width: 320px; margin-right: 40px; }
.sidebar-content .sidebar .side-menu { padding: 30px 0; background: #fff; box-shadow: 20px 20px 40px 0 rgba(0,0,0,0.15); border-radius: 6px; position: sticky; top: 20px;}
.sidebar-content .sidebar .side-menu ul { list-style: none; }
.sidebar-content .sidebar .side-menu ul ul { display: none; }
.sidebar-content .sidebar .side-menu ul li.active ul { display: block;}
.sidebar-content .sidebar .side-menu ul li a { display: block; padding: 10px 30px; color:#000; position: relative;}
.sidebar-content .sidebar .side-menu ul li.active a, .sidebar-content .sidebar .side-menu ul li a:hover {display: block; background:#E7F5FF; }
.sidebar-content .sidebar .side-menu ul li.active a:before {display: block; content: ''; position: absolute; left: 0; top: 0; bottom:0; width: 4px; background:#3498DB; }
.sidebar-content .content { flex: 1; }

#sidemenu>ul>li.active>a, #sidemenu ul li:hover>a {display: block !important; background:#024381; opacity: 0.8; position: relative; color: #fff !important;}
#sidemenu>ul>li.active>a>ul { display: block !important; }
#sidemenu {position: relative;left: 0;right: 0;width: auto;text-align: left;margin:0;}
#sidemenu > ul { margin: 0 0 0 0; position: relative;}
#sidemenu>ul{display:block; }
#sidemenu ul{display:block; position: relative; list-style: none;}
#sidemenu:after,#sidemenu > ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
#sidemenu.align-center > ul,#sidemenu.align-right ul ul{text-align:left;}
#sidemenu ul li,#sidemenu ul ul li,#sidemenu ul li:hover > ul > li{width:100%;height:auto; position: relative;}
#sidemenu > ul > li,#sidemenu.align-center > ul > li,#sidemenu.align-right > ul > li{float:none;display:block;}
#sidemenu>ul>ul>li>a{font-size:14px;color:#fff;background:none;padding:15px 20px 20px 30px;}
#sidemenu>ul>li>a { padding:6px 20px !important; color: #024381 !important; display: block; background:#ebebeb; border-bottom:1px solid #c8dce7; font-size: 14px; line-height: normal !important }
#sidemenu>ul>li { margin: 0 0px;}
#sidemenu ul ul li a { padding:6px 20px; display: block; font-size: 13px; }
#sidemenu ul ul { padding: 0 !important }
#sidemenu ul ul li:hover > a,#sidemenu ul ul li a:hover{color:#fff; background:#047cc0}
#sidemenu ul ul li > a,#sidemenu ul ul li a {background:#f7f7f7}
#sidemenu ul ul ul li a{padding-left:40px; background:#fff;}
#sidemenu ul ul ul ul li a{padding-left:40px;}
#sidemenu>ul>li { border-right:none; position: relative;}
#sidemenu ul ul,#sidemenu ul ul ul{position:relative;left:0;right:auto;width:100%;margin:0;}
#sidemenu .submenu-buttons.submenu-opened:after{display:none;}
#sidemenu ul li a,#sidemenu ul ul li a{width:100%;}
#sidemenu > ul > li.has-sub > a::after,#sidemenu ul ul li.has-sub > a::after,#menu-line,#sidemenu
#sidemenu ul ul li a { color: #024381 }
#sidemenu ul ul{ border-bottom: none; display: none; }
#sidemenu ul ul li a{border-bottom:1px solid #c8dce7; background-color: #008bd2; color: #fff;}

.sidebar-content { display: flex; flex-flow: column-reverse;}
.sidebar-content .sidebar { margin-right: 0; max-width: 100%;}
.sidebar { margin-top: 30px; }
#sidemenu .submenu-buttons{ 
    border: none;
    outline: none;
    position:absolute;
    z-index:10;
    right:0;
    top:0;
    display:block;
    border-left:1px 
    solid #c8dce7;
    border-bottom:1px 
    solid #c8dce7;
    height:32px;
    width:40px;
    cursor:pointer; 
    background-color: #eaebec;}
/* breadcrumb */
a {
	color: currentColor;
	text-decoration: none;
}



.breadcrumb {
	border: 1px solid $color-primary;
	border-radius: 0.25em;
	margin-bottom: 1.5em;
	max-height: 2.5em;
	overflow: hidden;
	position: relative;
	transition: all 0.3s ease-in-out;
	z-index: 1;

	a {
		display: block;
		padding: 0.7em 1.4em;
	}
	.breadcrumb p { margin: 1.5em 0; }

	// When dropdown is active
	&:target {
		max-height: 20em;

		.breadcrumb-link {
			opacity: 1;
			position: static;
			visibility: visible;
		}

		.breadcrumb--active:after { content: none; }

		// Not overriding on IE9
		.breadcrumb-close:after { visibility: visible; }

	}

}

	.breadcrumb-link {
		color: tint($color-primary, 35%);
		opacity: 0;
		visibility: hidden;
		position: absolute;
		transition: all 0.2s;
		z-index: 0;
	}

	.breadcrumb--active {
		color: $color-primary;
		font-weight: 700;
		position: relative;

		&:after {
			content: '\25BE';
			position: absolute;
			right: 22px;
			z-index: 1;
		}

	}

	.breadcrumb-close {
		position: absolute;
		right: 0;
		bottom: 0;
		visibility: hidden;
		z-index: 10;

		&:after {
			content: '\25B4';
			color: $color-primary;
		}

	}

@media (min-width: 700px) {

	.breadcrumb {
		border: none;

		a {
			display: inline;
			padding: unset;
			font-size: 14px;
		}

	}

		.breadcrumb-link {
			display: inline;
			opacity: 1;
			visibility: visible;
			position: static;

			&:after {
				content: '/';
				margin-left: 0.5em;
				margin-right: -0.75em;
			}

		}

		.breadcrumb--active {
			pointer-events: none;

			&:after { content: none; }

		}

		.breadcrumb-close { display: none !important; }

}


h1:before,h2:before,h3:before,h4:before,h5:before,h6:before {font-family: 'Montserrat', sans-serif; letter-spacing:4px; color:#024381; text-transform: uppercase; font-weight: 500; position: absolute; top: -20px; left:2px; content:attr(data-text); font-size: 12px; }

.text-center h1:before,.text-center h2:before,.text-center h3:before,.text-center h4:before,.text-center h5:before,.text-center h6:before { text-align: center; width: 100%; }


.bbtn {

    display: inline-block;
    padding: 12px 40px;
    background: #fff;
    color: #024381;
    border: 1px solid #024381;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    border-radius: 3px;

    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none;



    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none;
}

.bbtn:hover {
  background: #024381;
  color: #fff;
  border: 1px solid #024381;
}
/* imaj boyutlandırma */
.slider_imaj {
  overflow: hidden;
  width: 1980px;
  height: 880px;
  justify-content: center;
}

.imaj_products {
  object-fit: cover;
  justify-content: center;
  width: 230px;
  height: auto;
}

.pslider_imaj {
    overflow: hidden;
    height: 230px;
    justify-content: center;
    object-fit: fill;
  }

.imaj_news {
  border: 2px #625F5E solid;
  overflow: hidden;
  justify-content: center;
  height: 160px;
  transition: 1s ease;

}
.imaj_news:hover {
    border: 2px #625F5E solid;
    overflow: hidden;
    justify-content: center;
    height: 160px;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: 1s ease;
    border-radius: 3%;
  }
.post_slider {
  border: 1px #625F5E solid;
  height: 200px;
  border-radius: 1%;
}
.post_slider:hover {
    border: 1px #625F5E solid;
    height: 200px;
    border-radius: 1%;
  }
.ofitslider {
  object-fit: cover;
  border-radius: 1%;
  transition: 1s ease;
}
.ofitslider:hover {
    object-fit: cover;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: 1s ease;
    border-radius: 3%;
  }
  .ofit {
    object-fit: cover;
    justify-content: center;
  }

.rslider {
    height: 250px;
}


/* slick slider */
/* .carousel-caption {
  position: absolute;
  top: 316px;
  text-align: start;
} */

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 0;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
font-size:24px; line-height:24px;
}
@media only screen and (min-width: 768px) {
  /*  .navbar-nav {margin-left:90px;}*/
.carousel-caption span { font-size:54px; line-height:54px; color:#fff; font-weight: 900; margin-bottom: 10px; display: inline-block;font-family: 'Montserrat', sans-serif;text-shadow:2px 2px 10px rgba(0,0,0,1);}
.carousel-caption p { display: block; font-size: 16px; color: #fff; font-weight: 500;text-shadow:2px 2px 10px rgba(0,0,0,1);} }

.slider {
    width:  100%;
    margin: 0 auto;
    max-height: 500px;
    object-fit: cover;
    overflow: hidden;
  }

  .slider img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
  }
  .slick-slide {
    margin: 0 10px;
  }

  .slick-list {
    margin: 0 -10px;
  }

  .slider-icerik {
    color: #5A5A5A;
    line-height: 22px;
    font-size: 14px;
  }

  .slider-baslik {
    color: #024381;
    font-size: 20px;
    font-weight: 800;
  }

  .center {
    text-align: center;
  }

  .box {
    padding: 1rem;
    text-align: center;
  }

  .column img {
    width: 120%;
    height: auto;
  }

  h4:hover {
    color: #008bd2 !important;

/* Kutuların(box) hover rengi */
}

  /* Menü Başlıklarının hover rengi */
#home-icon {
  color: #008bd2;
}

.nav-link {
  color: #625F5E;
}

.nav-link:hover {
  color: #008bd2 !important;
}

/* Menü Başlıklarının altında ki bar */
@media only screen and (min-width: 1024px) {
.dropdown:hover .dropdown-menu {
display: block;
}

}

.red-bar {
position: absolute;
bottom: 0;
right: 0;
width: 100%;
height: 4px;
background-color: #008bd2;
transform: scaleX(0);
transform-origin: left;
transition: transform 0.3s ease-in-out;
}

.dropdown:hover .red-bar {
transform: scaleX(1);
}

/* Açılır menü Bar*/
.dropdown-menu {
  position: relative;
}

.dropdown-menu li{
  position: relative;
  overflow: hidden;
}

.dropdown-menu li::before{
  content: '';
  position: absolute;
  height: 100%;
  width: 25px;
  background-color: #008bd2;
  top: 0;
  left: -25px;
  transition: all 0.5s ease-in;

}

.dropdown-menu li:hover::before{
  left: 0;
}


.dropdown-menu a {
  font-family:'Open Sans', sans-serif !important;
  padding-left: 30px;
  font-size: 14px;
}

.blue-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #008bd2;
  transition: width 0.3s;
}

.dropdown-item:hover .blue-bar {
  width: 0; /* Set the initial width of all .blue-bar elements to 0 */
}

.dropdown-item:hover > .blue-bar {
  width: 17px; /* Set the width of the specific .blue-bar element being hovered over to 17px */
}

/* 3 kutucuk */
.f-box {
  background: #fff;
  display: inline-block;
  padding: 80px 20px;
  text-align: center;
  box-shadow: 20px 20px 40px rgba(0,0,0,.1);
  width: 100%;
  max-width: 200px;
  border-radius: 3px;
}

.f-box i {
  font-size: 54px;
  margin-bottom: 20px;
  color: #024381;
}

.f-box span {
  display: block;
}

/* Genel butonlar */
.btn {
display: inline-block;
padding: 12px 40px;
background-color: #fff;
color: #024381;
border: 1px solid #024381;
font-weight: 600;
font-size: 12px;
border-radius: 3px;
text-decoration: none;
}

.btn:hover {
background-color: #024381;
color: #fff;
}
.aebtn {
  display: inline-block;
  padding: 10px 30px;
  background-color: #024381;
  color: #fff;
  border: 1px solid #024381;
  font-weight: 600;
  font-size: 12px;
  border-radius: 3px;
  text-decoration: none;
  }

  .aebtn:hover {
  background-color: #024381;
  color: #fff;
  }


/* üst menü sağ 3 buton tasarımı */
.bttnn{
  display: inline-block;
  background-color: #fff;
  border: none;
  font-size: 20px;
  font-weight: 900;
  }




.news-anno {
  font-size: 24px;
  color: #024381;
  font-weight: 800;
}



.fairs-events {
  font-size: 24px;
  color: #024381;
  font-weight: 800;
}



/* footer stilleri */

.footer-container {
  padding-bottom: 80px;
  background: #413F3E;
}

.footer-baslik{
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 5px;
  margin-top: 20px;
}

.footer-a-icerik{
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  padding: 5px 0;
  display: block;
  margin: 0;
  border: 0;
  outline: 0;
  text-decoration: none !important;
}

.footer-a-icerik:hover {

color: #5A5A5A;
}

.footer-b-icerik {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  padding: 5px 0;
  display: block;
  margin: 0;
  border: 0;
  outline: 0;
  text-decoration: none !important;
}




  /* icon stilleri */

  .social-icons a i {
    color: #fff;

  }

  .social-icons a i:before {
    background-color: #027CC0;
    display: block;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    border-radius: 3px;
  }

  .social-icons {
    position: relative;
    top: -30px;
  }



  /* slick slider-fairs and events */

  .mobile_img {
    margin-right: 5px;
  }

  .mobile_img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    border-radius: 10px;
  }


  button.slick-prev.slick-arrow,
  button.slick-next.slick-arrow {
    width: 30px;
    z-index: 2;
  }

  .slick-prev
  {
      left: 20px !important;
  }

  .slick-next{
      right: 20px !important;
  }

  .slick-prev:before, .slick-next:before {
      font-size: 38px !important;
  }

  .img_slider_section{
      padding: 30px 10px;
  }

  /* navbar menü stilleri */
  .dropdown-title{
  font-size: 14px;
  color: #625F5E;
  font-weight: 700;
  }

  /* büyük slider */
  #myCarousel{
    width: 100%;
    height: calc(100vh - 89px);
  }

  #myCarousel img{
    width: 100%;
    height: auto;
  }

  .navbar {
    font-family:'Open Sans', sans-serif !important;
    /* z-index: 9999; */
    background-color: #fff;
    height:auto;
    position: relative;

  }

/* clipboard bildirim */
.custom-circle {
  right: -8px;
  width: 20px;
  height: 20px;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  padding: 4px;
  line-height: 12px;
  border-radius: 30px;
}

/* arama inputu */
.container3{
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  top: 94px;
  z-index: 99;

  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.center2{
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 20px;
}

/* arama inputu */
.input-group{
  z-index: 999;
}
/* products */
.product-box { position: relative;
    height: 80px;
    max-width: 230px;
overflow: hidden;
    align-items: center;}
.product-box .product-overlay:hover {background-image: linear-gradient(180deg, rgba(0,0,0,0.21) 10%, #12161A 100%); position: absolute; top: 0; right: 0; left: 0; bottom: 0;}
.product-box .product-overlay .product-ex {display:none; position: absolute; left:30px; bottom: 30px; text-align: left;}
.product-box .product-overlay .product-ex h4 { color:#fff; font-size: 16px; }
.product-box .product-overlay .product-ex span { font-size: 12px; color: #fff; letter-spacing: 2px; font-family: 'Open Sans', sans-serif;}
.product-box .product-overlay {position: absolute; top: 0; right: 0; left: 0; bottom: 0; }
.product-overlay h4, .product-overlay span
{
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
     padding: 10px;
     border-radius: 10%;
}
.product-overlay:hover h4, .product-overlay:hover span
{
    color: #fff;
    background-color: transparent !important;
}


.home-products .col-5 { gap:5px }
.home-products img { width: 100%; }

/* success */

.home-about .center { display: flex;justify-content: space-around; align-items: center; }
.home-about { background: url('img/world.svg') right center no-repeat; }
.home-about .text { max-width: 600px; }
.featured .f-box {
  -webkit-transition: transform .5s ease-in-out;
  -moz-transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  max-width: 200px; width: 100%; padding: 80px 20px; text-align: center; background:#fff; box-shadow: 20px 20px 40px rgba(0,0,0,.3); margin: 15px 0; border-radius: 5px; }
.featured .f-box span { font-size: 16px; color:#024381; font-weight: 600; display: block; margin-top: 20px;}
.featured .f-box i { font-size: 48px; color:#024381; }
.featured .f-box:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  max-width: 200px; width: 100%; padding: 80px 20px; text-align: center; background:#fff; box-shadow: 20px 20px 40px #024381; margin: 15px 0; border-radius: 13px; transform: scale(1.1);  }
/* news slider */


.logo50{
    max-height:53px;
    }


/*Offline düzeltmeler*/

.materyal{
  background: url(../../../files/zemin_anasayfa.jpg);
  margin-top: 30px;
}
.siyah_yazi{
  color:#000000;
}
.materyal_ikon{
    text-align: center;
    padding-top: 30px;
}
.materyal_ikon img{
  width: 100px;
}
.materyal_yazi{
  padding-top: 15px;
  text-align: center;
}
.materyal_trans{
  background: linear-gradient(0deg, rgb(0 0 0 / 10%) 10%, rgba(0, 0, 0, 0) 50%);
}
.yeni_urun_alan{
  background: url(../../../files/zemin.jpg);
  background-size: cover;
  color: #fecc00;
  margin-top: 30px;
}
.yeni_urun_baslik {
    padding: 60px 30px 50px 100px;
}
.yeni_urun_baslik img{
  height: 250px;
}
.beyaz{
  color: #ffffff;
}
.np_txt{
  font-weight: normal;
  font-size: 16px;
}
.np_txt:hover{
  color: #fecc00 !important;
}

/*Offline düzeltmeler sonu*/

/*Sepet*/

.product-thumbnail img {
    height: 200px;
}
.quantity{
  width: 100px;
}

/*15 ekim*/
.montserrat_baslik{
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
}
.montserrat_yazi{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    padding: 5px 22px;
}
b, strong {
    font-weight: bold;
}
.dil_secenek{
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;   
}

.buton_cizgi{
    background-color: #ededed;
    border: none;
    margin: 0 5px;
    padding: 3px 8px;
}

.buton_cizgi:active{
    background-color: #008bd2;
}
.carousel-indicators .active {
    background-color: #008bd2;
}

li.active>a {
    background: #024381 !important;
    border: 1px solid #024381 !important;
}

li.active>a span{
    color: #fff !important;
}
#owl-demo-2{
    margin-left: 40px;
}
.owl-item h4{
    width: 200px;
}
.gri_yazi{
    color: #6f6f6d;
}


@media only screen and (max-width: 2560px) {

}

@media only screen and (max-width: 1920px) {

}

@media only screen and (max-width: 1440px) {

}

@media only screen and (max-width: 1200px) {
#owl-demo-2 {
    margin-left: 182px;
}

}

@media only screen and (max-width: 1024px) {
  .logo50{
    max-height:40px;
  }
  .yeni_urun_baslik {
    padding: 60px 30px 50px 20px;
}
  .yeni_urun_baslik img{
    height: 280px;
  }
#owl-demo-2 {
    margin-left: 0px;
}
}   

@media only screen and (max-width: 768px) {
  .yeni_urun_baslik {
      padding: 81px 0px 0px 0px;
  }
  .yeni_urun_baslik img {
      height: 190px;
  }
}


@media only screen and (max-width: 576px) {
.yeni_urun_baslik {
      text-align: center;
}
.product-thumbnail img {
    height: 100px;
}
.breadcrumb {
    a {
        display: unset;
        padding: unset;
    }
}

@media only screen and (max-width: 425px) {

}

@media only screen and (max-width: 375px) {

}

@media only screen and (max-width: 320px) {

}

